#377392

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

Shades of Astral #377392

Tints of Astral #377392

Color information

#377392 (or 0x377392) is unknown color: approx Astral. HEX triplet: 37, 73 and 92. RGB value is (55,115,146). Sum of RGB (Red+Green+Blue) = 55+115+146=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #377392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377392 is #C88C6D. Grayscale: #646464. Windows color (decimal): -13143150 or 9597751. OLE color: 9597751.

HSL color Cylindrical-coordinate representation of color #377392: hue angle of 200.44º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377392 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55115146-
CMYK0.620.2100.43
HSL200.44º45.27%39.41%-
HSV(B)200.44º62.33%57.25%-
XYZ12.8915.1529.44-
YUV100.59153.6295.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=17.41%
G=36.39%
B=46.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551151460.620.2100.43200.4445.2739.41
Hex3773923E1502Bc82d27
Octal6716322276250533105547
Binary11011111100111001001011111010101010101111001000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377392; }

 p { color: rgb(55,115,146); }

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

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

 a { background-color: rgb(55,115,146); }

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

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

 span { border-color: rgb(55,115,146); }

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