#396F88

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

Shades of Astral #396F88

Tints of Astral #396F88

Color information

#396F88 (or 0x396F88) is unknown color: approx Astral. HEX triplet: 39, 6F and 88. RGB value is (57,111,136). Sum of RGB (Red+Green+Blue) = 57+111+136=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #396F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F88 is #C69077. Grayscale: #616161. Windows color (decimal): -13013112 or 8941369. OLE color: 8941369.

HSL color Cylindrical-coordinate representation of color #396F88: hue angle of 198.99º 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 #396F88 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57111136-
CMYK0.580.1800.47
HSL198.99º40.93%37.84%-
HSV(B)198.99º58.09%53.33%-
XYZ11.8214.0225.38-
YUV97.7149.6198.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=18.75%
G=36.51%
B=44.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571111360.580.1800.47198.9940.9337.84
Hex396F883A1202Fc72926
Octal7115721072220573075146
Binary11100111011111000100011101010010010111111000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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