#396098

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

Shades of Mariner #396098

Tints of Mariner #396098

Color information

#396098 (or 0x396098) is unknown color: approx Mariner. HEX triplet: 39, 60 and 98. RGB value is (57,96,152). Sum of RGB (Red+Green+Blue) = 57+96+152=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #396098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396098 is #C69F67. Grayscale: #5A5A5A. Windows color (decimal): -13016936 or 9986105. OLE color: 9986105.

HSL color Cylindrical-coordinate representation of color #396098: hue angle of 215.37º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396098 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5796152-
CMYK0.620.3700.40
HSL215.37º45.45%40.98%-
HSV(B)215.37º62.5%59.61%-
XYZ11.5411.531.32-
YUV90.72162.58103.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=18.69%
G=31.48%
B=49.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57961520.620.3700.40215.3745.4540.98
Hex3960983E25028d72d29
Octal7114023076450503275551
Binary111001110000010011000111110100101010100011010111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396098; }

 p { color: rgb(57,96,152); }

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

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

 a { background-color: rgb(57,96,152); }

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

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

 span { border-color: rgb(57,96,152); }

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