COLOR #375382

HEX: #375382
RGB: (55,83,130)

Color info

#375382 contains mainly green and blue colors. Web safe color of #375382 is #336699 (or #369).

RGB color model

#375382 color RGB value is (55,83,130).

  • red value is 55;
  • green value is 83;
  • blue value is 130.
RGB:
(55,83,130)
(22%,33%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 130 of 255 = 51%

55
83
130

R + G + B ~ 35%. #375382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 130 = 268 (100%)
R 55 of 268 ~ 20.52%
G 83 of 268 ~ 30.97%
B 130 of 268 ~ 48.51%

%20.52
%30.97
%48.51

CMYK color model

#375382 color CMYK value is (58,36,0,49).

  • cyan value is 57.69%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(58,36,0,49)
C58M36Y0K49 
(58%,36%,0%,49%)
(0.58/0.36/0.00/0.49)	

CMYK percentages

%57.69
%36.15
%0
%49.02

Codes

Color #375382 in popluar color models

375382
RGB5583130
HSL218°40.54%36.27%
HSB/HSV218°57.69%50.98%
CMYK57.69%36.15%0.00%
49.02%

Color #375382 in popluar number systems.

HEX375382
Decimal5583130
Binary110111101001110000010
Octal67123202

Shades and tints

Shades of #375382

#375382
(55,83,130)
#324C77
(50,76,119)
#2D456C
(45,69,108)
#283E61
(40,62,97)
#233756
(35,55,86)
#1E304B
(30,48,75)
#192940
(25,41,64)
#142235
(20,34,53)
#0F1B2A
(15,27,42)
#0A141F
(10,20,31)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #375382

#375382
(55,83,130)
#49628D
(73,98,141)
#5B7198
(91,113,152)
#6D80A3
(109,128,163)
#7F8FAE
(127,143,174)
#919EB9
(145,158,185)
#A3ADC4
(163,173,196)
#B5BCCF
(181,188,207)
#C7CBDA
(199,203,218)
#D9DAE5
(217,218,229)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375382 color. Also use rgb(55,83,130) instead hex code.

Text Font Color

.myTextColor { color: #375382; }

<p style="color:#375382">This sample text font color is #375382.</p>

This text font color is #375382.


Background Color

.myBgColor { background-color: #375382; }

<div style="background-color:#375382">Inner text</div>

This div background color is #375382.


Border color

.myBorderColor { border: 1px solid #375382; }

<div style="border:3px solid #375382">Div</div>

This div border color is #375382.


Opacity

.myOpacity80 { color: #375382; opacity: 0.8; }

<p style="color:#375382;opacity:0.8;">80%</p>

Text with #375382 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #375382;}

<p style="text-shadow: 3px 3px 1px #375382">Text here.</p>

This text has shadow with #375382 color.

.textShadow {text-shadow: 3px 3px 1px #375382, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #375382, 5px 5px 20px red">Text here.</p>

This text has shadow with #375382 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375382, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#375382, Direction=45, Strength=4)">Text</p>

This text has shadow with #375382 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #375382;
  -webkit-box-shadow:	1px 1px 3px 2px #375382;
  box-shadow:		1px 1px 3px 2px #375382;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375382;
-webkit-box-shadow: 1px 1px 3px 2px #375382;
box-shadow:1px 1px 3px 2px #375382;">
Div content here</div>
This div box has shadow with color #375382.

Preview

Color preview on black background

This text has color #375382 on black background.


Color preview on white background

This text has color #375382 on white background.



Black color preview on #375382 background

This text has black color on #375382 background.


White color preview on #375382 background

This text has white color on #375382 background.