#396299

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

Shades of Mariner #396299

Tints of Mariner #396299

Color information

#396299 (or 0x396299) is unknown color: approx Mariner. HEX triplet: 39, 62 and 99. RGB value is (57,98,153). Sum of RGB (Red+Green+Blue) = 57+98+153=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #396299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396299 is #C69D66. Grayscale: #5B5B5B. Windows color (decimal): -13016423 or 10052153. OLE color: 10052153.

HSL color Cylindrical-coordinate representation of color #396299: hue angle of 214.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396299 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5798153-
CMYK0.630.3600.4
HSL214.38º45.71%41.18%-
HSV(B)214.38º62.75%60%-
XYZ11.811.9131.81-
YUV92.01162.42103.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=18.51%
G=31.82%
B=49.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57981530.630.3600.4214.3845.7141.18
Hex3962993F24028d62e29
Octal7114223177440503265651
Binary111001110001010011001111111100100010100011010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396299; }

 p { color: rgb(57,98,153); }

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

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

 a { background-color: rgb(57,98,153); }

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

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

 span { border-color: rgb(57,98,153); }

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