#395FB0

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

Shades of Mariner #395FB0

Tints of Mariner #395FB0

Color information

#395FB0 (or 0x395FB0) is unknown color: approx Mariner. HEX triplet: 39, 5F and B0. RGB value is (57,95,176). Sum of RGB (Red+Green+Blue) = 57+95+176=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #395FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395FB0 is #C6A04F. Grayscale: #5C5C5C. Windows color (decimal): -13017168 or 11558713. OLE color: 11558713.

HSL color Cylindrical-coordinate representation of color #395FB0: hue angle of 220.84º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #395FB0 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5795176-
CMYK0.680.4600.31
HSL220.84º51.07%45.69%-
HSV(B)220.84º67.61%69.02%-
XYZ13.6212.1942.71-
YUV92.87174.91102.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 176 (69.14% from 255) = 53.66%
R=17.38%
G=28.96%
B=53.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57951760.680.4600.31220.8451.0745.69
Hex395FB0442E01Fdd332e
Octal71137260104560373356356
Binary111001101111110110000100010010111001111111011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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