Html Css Color HEX #376992 Astral

📋 copy color: '#376992'

red 55 ◦ green 105 ◦ blue 146

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

Shades of Astral #376992

Tints of Astral #376992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 17.97%
G = 34.31%
B = 47.71%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#376992 (or 0x376992) is known color: Astral. HEX triplet: 37, 69 and 92. RGB value is (55,105,146). Sum of RGB (Red+Green+Blue) = 55+105+146=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #376992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376992 is #C8966D. Grayscale: #5E5E5E. Windows color (decimal): -13145710 or 9595191. OLE color: 9595191.

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

Color convert

RGB 55 105 146 -
CMYK 0.62 0.28 0 0.43
HSL 207.03º 0.45% 0.39% -
HSV(B) 207.03º 0.62% 0.57% -
XYZ 11.82 12.99 29.08 -
YUV 94.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 55 105 146 0.62 0.28 0 0.43 207.03 0.45 0.39
Hex 37 69 92 3E 1C 0 2B CF 2D 27
Octal 67 151 222 76 34 0 53 317 55 47
Binary 110111 1101001 10010010 111110 11100 0 101011 11001111 101101 100111

Color Harmonies of #376992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376992

Black with #376992

Text Example


Text Example

White with #376992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376992; }

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

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

background-color css

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

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

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

border-color css

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

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

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