#396195

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

Shades of Mariner #396195

Tints of Mariner #396195

Color information

#396195 (or 0x396195) is unknown color: approx Mariner. HEX triplet: 39, 61 and 95. RGB value is (57,97,149). Sum of RGB (Red+Green+Blue) = 57+97+149=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #396195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396195 is #C69E6A. Grayscale: #5A5A5A. Windows color (decimal): -13016683 or 9789753. OLE color: 9789753.

HSL color Cylindrical-coordinate representation of color #396195: hue angle of 213.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396195 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5797149-
CMYK0.620.3500.42
HSL213.91º44.66%40.39%-
HSV(B)213.91º61.74%58.43%-
XYZ11.3911.5930.07-
YUV90.97160.75103.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=18.81%
G=32.01%
B=49.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57971490.620.3500.42213.9144.6640.39
Hex3961953E2302Ad62d28
Octal7114122576430523265550
Binary111001110000110010101111110100011010101011010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396195; }

 p { color: rgb(57,97,149); }

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

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

 a { background-color: rgb(57,97,149); }

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

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

 span { border-color: rgb(57,97,149); }

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