#377285

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

Shades of Astral #377285

Tints of Astral #377285

Color information

#377285 (or 0x377285) is unknown color: approx Astral. HEX triplet: 37, 72 and 85. RGB value is (55,114,133). Sum of RGB (Red+Green+Blue) = 55+114+133=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #377285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377285 is #C88D7A. Grayscale: #626262. Windows color (decimal): -13143419 or 8745527. OLE color: 8745527.

HSL color Cylindrical-coordinate representation of color #377285: hue angle of 194.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377285 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55114133-
CMYK0.590.1400.48
HSL194.62º41.49%36.86%-
HSV(B)194.62º58.65%52.16%-
XYZ11.8314.5424.37-
YUV98.52147.4596.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=18.21%
G=37.75%
B=44.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551141330.590.1400.48194.6241.4936.86
Hex3772853BE030c32925
Octal6716220573160603035145
Binary1101111110010100001011110111110011000011000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377285; }

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

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

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

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

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

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

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

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