#395AAF

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

Shades of Mariner #395AAF

Tints of Mariner #395AAF

Color information

#395AAF (or 0x395AAF) is unknown color: approx Mariner. HEX triplet: 39, 5A and AF. RGB value is (57,90,175). Sum of RGB (Red+Green+Blue) = 57+90+175=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #395AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395AAF is #C6A550. Grayscale: #595959. Windows color (decimal): -13018449 or 11491897. OLE color: 11491897.

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

Color convert

RGB5790175-
CMYK0.670.4900.31
HSL223.22º50.86%45.49%-
HSV(B)223.22º67.43%68.63%-
XYZ13.0811.2842.04-
YUV89.82176.07104.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.70%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=17.70%
G=27.95%
B=54.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal57901750.670.4900.31223.2250.8645.49
Hex395AAF433101Fdf332d
Octal71132257103610373376355
Binary111001101101010101111100001111000101111111011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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