#35629C

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

Shades of Mariner #35629C

Tints of Mariner #35629C

Color information

#35629C (or 0x35629C) is unknown color: approx Mariner. HEX triplet: 35, 62 and 9C. RGB value is (53,98,156). Sum of RGB (Red+Green+Blue) = 53+98+156=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #35629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35629C is #CA9D63. Grayscale: #5A5A5A. Windows color (decimal): -13278564 or 10248757. OLE color: 10248757.

HSL color Cylindrical-coordinate representation of color #35629C: hue angle of 213.79º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35629C is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5398156-
CMYK0.660.3700.39
HSL213.79º49.28%40.98%-
HSV(B)213.79º66.03%61.18%-
XYZ11.8411.8933.12-
YUV91.16164.59100.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=17.26%
G=31.92%
B=50.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53981560.660.3700.39213.7949.2840.98
Hex35629C4225027d63129
Octal65142234102450473266151
Binary1101011100010100111001000010100101010011111010110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35629C; }

 p { color: rgb(53,98,156); }

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

<style>
 a { background-color: #35629C; }

 a { background-color: rgb(53,98,156); }

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

<style>
 span { border-color: #35629C; }

 span { border-color: rgb(53,98,156); }

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