#35549D

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

Shades of Mariner #35549D

Tints of Mariner #35549D

Color information

#35549D (or 0x35549D) is unknown color: approx Mariner. HEX triplet: 35, 54 and 9D. RGB value is (53,84,157). Sum of RGB (Red+Green+Blue) = 53+84+157=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #35549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35549D is #CAAB62. Grayscale: #525252. Windows color (decimal): -13282147 or 10310709. OLE color: 10310709.

HSL color Cylindrical-coordinate representation of color #35549D: hue angle of 222.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35549D is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5384157-
CMYK0.660.4600.38
HSL222.12º49.52%41.18%-
HSV(B)222.12º66.24%61.57%-
XYZ10.729.5333.17-
YUV83.05169.73106.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=18.03%
G=28.57%
B=53.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53841570.660.4600.38222.1249.5241.18
Hex35549D422E026de3229
Octal65124235102560463366251
Binary1101011010100100111011000010101110010011011011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35549D; }

 p { color: rgb(53,84,157); }

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

<style>
 a { background-color: #35549D; }

 a { background-color: rgb(53,84,157); }

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

<style>
 span { border-color: #35549D; }

 span { border-color: rgb(53,84,157); }

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