#377695

Color #377695 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #377695

Tints of Astral #377695

Color information

#377695 (or 0x377695) is unknown color: approx Astral. HEX triplet: 37, 76 and 95. RGB value is (55,118,149). Sum of RGB (Red+Green+Blue) = 55+118+149=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #377695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377695 is #C8896A. Grayscale: #666666. Windows color (decimal): -13142379 or 9795127. OLE color: 9795127.

HSL color Cylindrical-coordinate representation of color #377695: hue angle of 199.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377695 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55118149-
CMYK0.630.2100.42
HSL199.79º46.08%40%-
HSV(B)199.79º63.09%58.43%-
XYZ13.4815.9430.8-
YUV102.7154.1393.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=17.08%
G=36.65%
B=46.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551181490.630.2100.42199.7946.0840
Hex3776953F1502Ac82e28
Octal6716622577250523105650
Binary11011111101101001010111111110101010101011001000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377695; }

 p { color: rgb(55,118,149); }

 H1.HeaderClassName
 {
   color: #377695;
 }
 .AnyTagClassName
 {
   color: #377695;
 }
</style>
background-color css

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

 a { background-color: rgb(55,118,149); }

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

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

 span { border-color: rgb(55,118,149); }

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