#335B9B

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

Shades of Mariner #335B9B

Tints of Mariner #335B9B

Color information

#335B9B (or 0x335B9B) is unknown color: approx Mariner. HEX triplet: 33, 5B and 9B. RGB value is (51,91,155). Sum of RGB (Red+Green+Blue) = 51+91+155=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #335B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B9B is #CCA464. Grayscale: #565656. Windows color (decimal): -13411429 or 10181427. OLE color: 10181427.

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

Color convert

RGB5191155-
CMYK0.670.4100.39
HSL216.92º50.49%40.39%-
HSV(B)216.92º67.1%60.78%-
XYZ11.0210.5532.47-
YUV86.34166.75102.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=17.17%
G=30.64%
B=52.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51911550.670.4100.39216.9250.4940.39
Hex335B9B4329027d93228
Octal63133233103510473316250
Binary1100111011011100110111000011101001010011111011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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