#335F9F

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

Shades of Mariner #335F9F

Tints of Mariner #335F9F

Color information

#335F9F (or 0x335F9F) is unknown color: approx Mariner. HEX triplet: 33, 5F and 9F. RGB value is (51,95,159). Sum of RGB (Red+Green+Blue) = 51+95+159=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #335F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F9F is #CCA060. Grayscale: #585858. Windows color (decimal): -13410401 or 10444595. OLE color: 10444595.

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

Color convert

RGB5195159-
CMYK0.680.4000.38
HSL215.56º51.43%41.18%-
HSV(B)215.56º67.92%62.35%-
XYZ11.7211.3934.38-
YUV89.14167.42100.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=16.72%
G=31.15%
B=52.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51951590.680.4000.38215.5651.4341.18
Hex335F9F4428026d83329
Octal63137237104500463306351
Binary1100111011111100111111000100101000010011011011000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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