#377692

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

Shades of Astral #377692

Tints of Astral #377692

Color information

#377692 (or 0x377692) is unknown color: approx Astral. HEX triplet: 37, 76 and 92. RGB value is (55,118,146). Sum of RGB (Red+Green+Blue) = 55+118+146=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #377692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377692 is #C8896D. Grayscale: #666666. Windows color (decimal): -13142382 or 9598519. OLE color: 9598519.

HSL color Cylindrical-coordinate representation of color #377692: hue angle of 198.46º 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 #377692 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB55118146-
CMYK0.620.1900.43
HSL198.46º45.27%39.41%-
HSV(B)198.46º62.33%57.25%-
XYZ13.2415.8429.55-
YUV102.35152.6394.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=17.24%
G=36.99%
B=45.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551181460.620.1900.43198.4645.2739.41
Hex3776923E1302Bc62d27
Octal6716622276230533065547
Binary11011111101101001001011111010011010101111000110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377692; }

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

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

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

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

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

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

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

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