#335B9C

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

Shades of Mariner #335B9C

Tints of Mariner #335B9C

Color information

#335B9C (or 0x335B9C) is unknown color: approx Mariner. HEX triplet: 33, 5B and 9C. RGB value is (51,91,156). Sum of RGB (Red+Green+Blue) = 51+91+156=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #335B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B9C is #CCA463. Grayscale: #565656. Windows color (decimal): -13411428 or 10246963. OLE color: 10246963.

HSL color Cylindrical-coordinate representation of color #335B9C: hue angle of 217.14º 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 #335B9C is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5191156-
CMYK0.670.4200.39
HSL217.14º50.72%40.59%-
HSV(B)217.14º67.31%61.18%-
XYZ11.1110.5932.91-
YUV86.45167.25102.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=17.11%
G=30.54%
B=52.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51911560.670.4200.39217.1450.7240.59
Hex335B9C432A027d93329
Octal63133234103520473316351
Binary1100111011011100111001000011101010010011111011001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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