#335E9F

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

Shades of Mariner #335E9F

Tints of Mariner #335E9F

Color information

#335E9F (or 0x335E9F) is unknown color: approx Mariner. HEX triplet: 33, 5E and 9F. RGB value is (51,94,159). Sum of RGB (Red+Green+Blue) = 51+94+159=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #335E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E9F is #CCA160. Grayscale: #585858. Windows color (decimal): -13410657 or 10444339. OLE color: 10444339.

HSL color Cylindrical-coordinate representation of color #335E9F: hue angle of 216.11º 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 #335E9F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5194159-
CMYK0.680.4100.38
HSL216.11º51.43%41.18%-
HSV(B)216.11º67.92%62.35%-
XYZ11.6311.2134.35-
YUV88.55167.75101.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=16.78%
G=30.92%
B=52.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51941590.680.4100.38216.1151.4341.18
Hex335E9F4429026d83329
Octal63136237104510463306351
Binary1100111011110100111111000100101001010011011011000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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