#377495

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

Shades of Astral #377495

Tints of Astral #377495

Color information

#377495 (or 0x377495) is unknown color: approx Astral. HEX triplet: 37, 74 and 95. RGB value is (55,116,149). Sum of RGB (Red+Green+Blue) = 55+116+149=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #377495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377495 is #C88B6A. Grayscale: #656565. Windows color (decimal): -13142891 or 9794615. OLE color: 9794615.

HSL color Cylindrical-coordinate representation of color #377495: hue angle of 201.06º 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 #377495 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55116149-
CMYK0.630.2200.42
HSL201.06º46.08%40%-
HSV(B)201.06º63.09%58.43%-
XYZ13.2515.4730.72-
YUV101.52154.7994.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 149 (58.59% from 255) = 46.56%
R=17.19%
G=36.25%
B=46.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551161490.630.2200.42201.0646.0840
Hex3774953F1602Ac92e28
Octal6716422577260523115650
Binary11011111101001001010111111110110010101011001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377495; }

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

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

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

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

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

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

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

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