#396E88

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

Shades of Astral #396E88

Tints of Astral #396E88

Color information

#396E88 (or 0x396E88) is unknown color: approx Astral. HEX triplet: 39, 6E and 88. RGB value is (57,110,136). Sum of RGB (Red+Green+Blue) = 57+110+136=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #396E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396E88 is #C69177. Grayscale: #606060. Windows color (decimal): -13013368 or 8941113. OLE color: 8941113.

HSL color Cylindrical-coordinate representation of color #396E88: hue angle of 199.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396E88 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57110136-
CMYK0.580.1900.47
HSL199.75º40.93%37.84%-
HSV(B)199.75º58.09%53.33%-
XYZ11.7113.825.34-
YUV97.12149.9499.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=18.81%
G=36.30%
B=44.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571101360.580.1900.47199.7540.9337.84
Hex396E883A1302Fc82926
Octal7115621072230573105146
Binary11100111011101000100011101010011010111111001000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E88; }

 p { color: rgb(57,110,136); }

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

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

 a { background-color: rgb(57,110,136); }

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

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

 span { border-color: rgb(57,110,136); }

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