#395698

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

Shades of Mariner #395698

Tints of Mariner #395698

Color information

#395698 (or 0x395698) is unknown color: approx Mariner. HEX triplet: 39, 56 and 98. RGB value is (57,86,152). Sum of RGB (Red+Green+Blue) = 57+86+152=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #395698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395698 is #C6A967. Grayscale: #545454. Windows color (decimal): -13019496 or 9983545. OLE color: 9983545.

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

Color convert

RGB5786152-
CMYK0.620.4300.40
HSL221.68º45.45%40.98%-
HSV(B)221.68º62.5%59.61%-
XYZ10.689.7931.03-
YUV84.85165.89108.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=19.32%
G=29.15%
B=51.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57861520.620.4300.40221.6845.4540.98
Hex3956983E2B028de2d29
Octal7112623076530503365551
Binary111001101011010011000111110101011010100011011110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395698; }

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

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

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

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

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

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

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

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