#395C98

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

Shades of Mariner #395C98

Tints of Mariner #395C98

Color information

#395C98 (or 0x395C98) is unknown color: approx Mariner. HEX triplet: 39, 5C and 98. RGB value is (57,92,152). Sum of RGB (Red+Green+Blue) = 57+92+152=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #395C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C98 is #C6A367. Grayscale: #585858. Windows color (decimal): -13017960 or 9985081. OLE color: 9985081.

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

Color convert

RGB5792152-
CMYK0.620.3900.40
HSL217.89º45.45%40.98%-
HSV(B)217.89º62.5%59.61%-
XYZ11.1810.7931.2-
YUV88.38163.9105.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=18.94%
G=30.56%
B=50.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57921520.620.3900.40217.8945.4540.98
Hex395C983E27028da2d29
Octal7113423076470503325551
Binary111001101110010011000111110100111010100011011010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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