#396398

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

Shades of Mariner #396398

Tints of Mariner #396398

Color information

#396398 (or 0x396398) is unknown color: approx Mariner. HEX triplet: 39, 63 and 98. RGB value is (57,99,152). Sum of RGB (Red+Green+Blue) = 57+99+152=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #396398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396398 is #C69C67. Grayscale: #5C5C5C. Windows color (decimal): -13016168 or 9986873. OLE color: 9986873.

HSL color Cylindrical-coordinate representation of color #396398: hue angle of 213.47º 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 #396398 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5799152-
CMYK0.620.3500.40
HSL213.47º45.45%40.98%-
HSV(B)213.47º62.5%59.61%-
XYZ11.8212.0631.41-
YUV92.48161.59102.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=18.51%
G=32.14%
B=49.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57991520.620.3500.40213.4745.4540.98
Hex3963983E23028d52d29
Octal7114323076430503255551
Binary111001110001110011000111110100011010100011010101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396398; }

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

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

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

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

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

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

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

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