#377694

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

Shades of Astral #377694

Tints of Astral #377694

Color information

#377694 (or 0x377694) is unknown color: approx Astral. HEX triplet: 37, 76 and 94. RGB value is (55,118,148). Sum of RGB (Red+Green+Blue) = 55+118+148=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #377694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377694 is #C8896B. Grayscale: #666666. Windows color (decimal): -13142380 or 9729591. OLE color: 9729591.

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

Color convert

RGB55118148-
CMYK0.630.2000.42
HSL199.35º45.81%39.8%-
HSV(B)199.35º62.84%58.04%-
XYZ13.415.9130.38-
YUV102.58153.6394.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=17.13%
G=36.76%
B=46.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551181480.630.2000.42199.3545.8139.8
Hex3776943F1402Ac72e28
Octal6716622477240523075650
Binary11011111101101001010011111110100010101011000111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377694; }

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

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

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

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

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

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

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

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