#395FB1

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

Shades of Mariner #395FB1

Tints of Mariner #395FB1

Color information

#395FB1 (or 0x395FB1) is unknown color: approx Mariner. HEX triplet: 39, 5F and B1. RGB value is (57,95,177). Sum of RGB (Red+Green+Blue) = 57+95+177=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #395FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395FB1 is #C6A04E. Grayscale: #5C5C5C. Windows color (decimal): -13017167 or 11624249. OLE color: 11624249.

HSL color Cylindrical-coordinate representation of color #395FB1: hue angle of 221º 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 #395FB1 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5795177-
CMYK0.680.4600.31
HSL221º51.28%45.88%-
HSV(B)221º67.8%69.41%-
XYZ13.7212.2343.23-
YUV92.99175.41102.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 177 (69.53% from 255) = 53.80%
R=17.33%
G=28.88%
B=53.80%

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
Decimal57951770.680.4600.3122151.2845.88
Hex395FB1442E01Fdd332e
Octal71137261104560373356356
Binary111001101111110110001100010010111001111111011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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