Html Css Color HEX #376D92 Astral

📋 copy color: '#376D92'

red 55 ◦ green 109 ◦ blue 146

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

Shades of Astral #376D92

Tints of Astral #376D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 17.74%
G = 35.16%
B = 47.1%

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

#376D92 (or 0x376D92) is known color: Astral. HEX triplet: 37, 6D and 92. RGB value is (55,109,146). Sum of RGB (Red+Green+Blue) = 55+109+146=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #376D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376D92 is #C8926D. Grayscale: #606060. Windows color (decimal): -13144686 or 9596215. OLE color: 9596215.

HSL color Cylindrical-coordinate representation of color #376D92: hue angle of 204.4º 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 #376D92 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 109 146 -
CMYK 0.62 0.25 0 0.43
HSL 204.4º 0.45% 0.39% -
HSV(B) 204.4º 0.62% 0.57% -
XYZ 12.23 13.82 29.22 -
YUV 97.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 55 109 146 0.62 0.25 0 0.43 204.4 0.45 0.39
Hex 37 6D 92 3E 19 0 2B CC 2D 27
Octal 67 155 222 76 31 0 53 314 55 47
Binary 110111 1101101 10010010 111110 11001 0 101011 11001100 101101 100111

Color Harmonies of #376D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D92

Black with #376D92

Text Example


Text Example

White with #376D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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