#395A98

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

Shades of Mariner #395A98

Tints of Mariner #395A98

Color information

#395A98 (or 0x395A98) is unknown color: approx Mariner. HEX triplet: 39, 5A and 98. RGB value is (57,90,152). Sum of RGB (Red+Green+Blue) = 57+90+152=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #395A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A98 is #C6A567. Grayscale: #565656. Windows color (decimal): -13018472 or 9984569. OLE color: 9984569.

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

Color convert

RGB5790152-
CMYK0.620.4100.40
HSL219.16º45.45%40.98%-
HSV(B)219.16º62.5%59.61%-
XYZ11.0110.4531.14-
YUV87.2164.57106.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 152 (59.77% from 255) = 50.84%
R=19.06%
G=30.10%
B=50.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57901520.620.4100.40219.1645.4540.98
Hex395A983E29028db2d29
Octal7113223076510503335551
Binary111001101101010011000111110101001010100011011011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A98; }

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

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

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

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

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

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

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

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