#335D9C

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

Shades of Mariner #335D9C

Tints of Mariner #335D9C

Color information

#335D9C (or 0x335D9C) is unknown color: approx Mariner. HEX triplet: 33, 5D and 9C. RGB value is (51,93,156). Sum of RGB (Red+Green+Blue) = 51+93+156=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #335D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335D9C is #CCA263. Grayscale: #575757. Windows color (decimal): -13410916 or 10247475. OLE color: 10247475.

HSL color Cylindrical-coordinate representation of color #335D9C: hue angle of 216º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335D9C is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5193156-
CMYK0.670.4000.39
HSL216º50.72%40.59%-
HSV(B)216º67.31%61.18%-
XYZ11.2810.9332.97-
YUV87.62166.59101.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 156 (61.33% from 255) = 52%
R=17%
G=31%
B=52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51931560.670.4000.3921650.7240.59
Hex335D9C4328027d83329
Octal63135234103500473306351
Binary1100111011101100111001000011101000010011111011000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335D9C; }

 p { color: rgb(51,93,156); }

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

<style>
 a { background-color: #335D9C; }

 a { background-color: rgb(51,93,156); }

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

<style>
 span { border-color: #335D9C; }

 span { border-color: rgb(51,93,156); }

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