#395F9C

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

Shades of Mariner #395F9C

Tints of Mariner #395F9C

Color information

#395F9C (or 0x395F9C) is unknown color: approx Mariner. HEX triplet: 39, 5F and 9C. RGB value is (57,95,156). Sum of RGB (Red+Green+Blue) = 57+95+156=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #395F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395F9C is #C6A063. Grayscale: #5A5A5A. Windows color (decimal): -13017188 or 10247993. OLE color: 10247993.

HSL color Cylindrical-coordinate representation of color #395F9C: hue angle of 216.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395F9C is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5795156-
CMYK0.630.3900.39
HSL216.97º46.48%41.76%-
HSV(B)216.97º63.46%61.18%-
XYZ11.7811.4533.04-
YUV90.59164.91104.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=18.51%
G=30.84%
B=50.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57951560.630.3900.39216.9746.4841.76
Hex395F9C3F27027d92e2a
Octal7113723477470473315652
Binary111001101111110011100111111100111010011111011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,156); }

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

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

 a { background-color: rgb(57,95,156); }

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

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

 span { border-color: rgb(57,95,156); }

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