Html Css Color HEX #376D91 Astral

📋 copy color: '#376D91'

red 55 ◦ green 109 ◦ blue 145

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

Shades of Astral #376D91

Tints of Astral #376D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.28%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 17.8%
G = 35.28%
B = 46.93%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376D91 (or 0x376D91) is known color: Astral. HEX triplet: 37, 6D and 91. RGB value is (55,109,145). Sum of RGB (Red+Green+Blue) = 55+109+145=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #376D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D91 is #C8926E. Grayscale: #606060. Windows color (decimal): -13144687 or 9530679. OLE color: 9530679.

HSL color Cylindrical-coordinate representation of color #376D91: hue angle of 204º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376D91 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 109 145 -
CMYK 0.62 0.25 0 0.43
HSL 204º 0.45% 0.39% -
HSV(B) 204º 0.62% 0.57% -
XYZ 12.16 13.79 28.81 -
YUV 96.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 55 109 145 0.62 0.25 0 0.43 204 0.45 0.39
Hex 37 6D 91 3E 19 0 2B CC 2D 27
Octal 67 155 221 76 31 0 53 314 55 47
Binary 110111 1101101 10010001 111110 11001 0 101011 11001100 101101 100111

Color Harmonies of #376D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D91

Black with #376D91

Text Example


Text Example

White with #376D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,109,145); }

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

background-color css

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

 a { background-color: rgb(55,109,145); }

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

border-color css

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

 span { border-color: rgb(55,109,145); }

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