#377588

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

Shades of Astral #377588

Tints of Astral #377588

Color information

#377588 (or 0x377588) is unknown color: approx Astral. HEX triplet: 37, 75 and 88. RGB value is (55,117,136). Sum of RGB (Red+Green+Blue) = 55+117+136=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #377588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377588 is #C88A77. Grayscale: #646464. Windows color (decimal): -13142648 or 8942903. OLE color: 8942903.

HSL color Cylindrical-coordinate representation of color #377588: hue angle of 194.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377588 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55117136-
CMYK0.600.1400.47
HSL194.07º42.41%37.45%-
HSV(B)194.07º59.56%53.33%-
XYZ12.3815.3125.6-
YUV100.63147.9695.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=17.86%
G=37.99%
B=44.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551171360.600.1400.47194.0742.4137.45
Hex3775883CE02Fc22a25
Octal6716521074160573025245
Binary1101111110101100010001111001110010111111000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377588; }

 p { color: rgb(55,117,136); }

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

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

 a { background-color: rgb(55,117,136); }

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

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

 span { border-color: rgb(55,117,136); }

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