#377287

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

Shades of Astral #377287

Tints of Astral #377287

Color information

#377287 (or 0x377287) is unknown color: approx Astral. HEX triplet: 37, 72 and 87. RGB value is (55,114,135). Sum of RGB (Red+Green+Blue) = 55+114+135=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #377287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377287 is #C88D78. Grayscale: #626262. Windows color (decimal): -13143417 or 8876599. OLE color: 8876599.

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

Color convert

RGB55114135-
CMYK0.590.1600.47
HSL195.75º42.11%37.25%-
HSV(B)195.75º59.26%52.94%-
XYZ11.9714.625.11-
YUV98.75148.4596.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=18.09%
G=37.5%
B=44.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551141350.590.1600.47195.7542.1137.25
Hex3772873B1002Fc42a25
Octal6716220773200573045245
Binary11011111100101000011111101110000010111111000100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377287; }

 p { color: rgb(55,114,135); }

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

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

 a { background-color: rgb(55,114,135); }

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

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

 span { border-color: rgb(55,114,135); }

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