#396F92

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

Shades of Astral #396F92

Tints of Astral #396F92

Color information

#396F92 (or 0x396F92) is unknown color: approx Astral. HEX triplet: 39, 6F and 92. RGB value is (57,111,146). Sum of RGB (Red+Green+Blue) = 57+111+146=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #396F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396F92 is #C6906D. Grayscale: #626262. Windows color (decimal): -13013102 or 9596729. OLE color: 9596729.

HSL color Cylindrical-coordinate representation of color #396F92: hue angle of 203.6º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396F92 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57111146-
CMYK0.610.2400.43
HSL203.6º43.84%39.8%-
HSV(B)203.6º60.96%57.25%-
XYZ12.5614.3129.3-
YUV98.84154.6198.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=18.15%
G=35.35%
B=46.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571111460.610.2400.43203.643.8439.8
Hex396F923D1802Bcc2c28
Octal7115722275300533145450
Binary11100111011111001001011110111000010101111001100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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