#377496

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

Shades of Astral #377496

Tints of Astral #377496

Color information

#377496 (or 0x377496) is unknown color: approx Astral. HEX triplet: 37, 74 and 96. RGB value is (55,116,150). Sum of RGB (Red+Green+Blue) = 55+116+150=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #377496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377496 is #C88B69. Grayscale: #656565. Windows color (decimal): -13142890 or 9860151. OLE color: 9860151.

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

Color convert

RGB55116150-
CMYK0.630.2300.41
HSL201.47º46.34%40.2%-
HSV(B)201.47º63.33%58.82%-
XYZ13.3315.5131.14-
YUV101.64155.2994.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=17.13%
G=36.14%
B=46.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551161500.630.2300.41201.4746.3440.2
Hex3774963F17029c92e28
Octal6716422677270513115650
Binary11011111101001001011011111110111010100111001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377496; }

 p { color: rgb(55,116,150); }

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

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

 a { background-color: rgb(55,116,150); }

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

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

 span { border-color: rgb(55,116,150); }

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