#335A9B

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

Shades of Mariner #335A9B

Tints of Mariner #335A9B

Color information

#335A9B (or 0x335A9B) is unknown color: approx Mariner. HEX triplet: 33, 5A and 9B. RGB value is (51,90,155). Sum of RGB (Red+Green+Blue) = 51+90+155=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #335A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A9B is #CCA564. Grayscale: #555555. Windows color (decimal): -13411685 or 10181171. OLE color: 10181171.

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

Color convert

RGB5190155-
CMYK0.670.4200.39
HSL217.5º50.49%40.39%-
HSV(B)217.5º67.1%60.78%-
XYZ10.9410.3832.44-
YUV85.75167.08103.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=17.23%
G=30.41%
B=52.36%

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
Decimal51901550.670.4200.39217.550.4940.39
Hex335A9B432A027da3228
Octal63132233103520473326250
Binary1100111011010100110111000011101010010011111011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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