#335B9F

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

Shades of Mariner #335B9F

Tints of Mariner #335B9F

Color information

#335B9F (or 0x335B9F) is unknown color: approx Mariner. HEX triplet: 33, 5B and 9F. RGB value is (51,91,159). Sum of RGB (Red+Green+Blue) = 51+91+159=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #335B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B9F is #CCA460. Grayscale: #565656. Windows color (decimal): -13411425 or 10443571. OLE color: 10443571.

HSL color Cylindrical-coordinate representation of color #335B9F: hue angle of 217.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #335B9F is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5191159-
CMYK0.680.4300.38
HSL217.78º51.43%41.18%-
HSV(B)217.78º67.92%62.35%-
XYZ11.3610.6934.27-
YUV86.79168.75102.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=16.94%
G=30.23%
B=52.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51911590.680.4300.38217.7851.4341.18
Hex335B9F442B026da3329
Octal63133237104530463326351
Binary1100111011011100111111000100101011010011011011010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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