Html Css Color HEX #376B8E Astral

📋 copy color: '#376B8E'

red 55 ◦ green 107 ◦ blue 142

#376B8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #376B8E

Tints of Astral #376B8E

RGB

 RED value IS 55 (21.88% from 255) = 18.09%

 GREEN value IS 107 (42.19% from 255) = 35.2%

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 18.09%
G = 35.2%
B = 46.71%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#376B8E (or 0x376B8E) is known color: Astral. HEX triplet: 37, 6B and 8E. RGB value is (55,107,142). Sum of RGB (Red+Green+Blue) = 55+107+142=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #376B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376B8E is #C89471. Grayscale: #5F5F5F. Windows color (decimal): -13145202 or 9333559. OLE color: 9333559.

HSL color Cylindrical-coordinate representation of color #376B8E: hue angle of 204.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #376B8E is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 107 142 -
CMYK 0.61 0.25 0 0.44
HSL 204.14º 0.44% 0.39% -
HSV(B) 204.14º 0.61% 0.56% -
XYZ 11.72 13.28 27.54 -
YUV 95.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 55 107 142 0.61 0.25 0 0.44 204.14 0.44 0.39
Hex 37 6B 8E 3D 19 0 2C CC 2C 27
Octal 67 153 216 75 31 0 54 314 54 47
Binary 110111 1101011 10001110 111101 11001 0 101100 11001100 101100 100111

Color Harmonies of #376B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B8E

Black with #376B8E

Text Example


Text Example

White with #376B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376B8E; }

 p { color: rgb(55,107,142); }

 H1.HeaderClassName
 {
   color: #376B8E;
 }
 .AnyTagClassName
 {
   color: #376B8E;
 }
</style>

background-color css

<style>
 a { background-color: #376B8E; }

 a { background-color: rgb(55,107,142); }

 div.DivClassName
 {
   background-color: #376B8E;
 }
 .BgClassName
 {
   background-color: #376B8E;
 }
</style>

border-color css

<style>
 span { border-color: #376B8E; }

 span { border-color: rgb(55,107,142); }

 td.TdClassName
 {
   border-color: #376B8E;
 }
 .TagClassName
 {
   border-color: #376B8E;
 }
</style>