#35529E

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

Shades of Mariner #35529E

Tints of Mariner #35529E

Color information

#35529E (or 0x35529E) is unknown color: approx Mariner. HEX triplet: 35, 52 and 9E. RGB value is (53,82,158). Sum of RGB (Red+Green+Blue) = 53+82+158=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #35529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35529E is #CAAD61. Grayscale: #515151. Windows color (decimal): -13282658 or 10375733. OLE color: 10375733.

HSL color Cylindrical-coordinate representation of color #35529E: hue angle of 223.43º 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 #35529E is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5382158-
CMYK0.660.4800.38
HSL223.43º49.76%41.37%-
HSV(B)223.43º66.46%61.96%-
XYZ10.669.2633.57-
YUV81.99170.89107.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=18.09%
G=27.99%
B=53.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53821580.660.4800.38223.4349.7641.37
Hex35529E4230026df3229
Octal65122236102600463376251
Binary1101011010010100111101000010110000010011011011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35529E; }

 p { color: rgb(53,82,158); }

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

<style>
 a { background-color: #35529E; }

 a { background-color: rgb(53,82,158); }

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

<style>
 span { border-color: #35529E; }

 span { border-color: rgb(53,82,158); }

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