#335F9B

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

Shades of Mariner #335F9B

Tints of Mariner #335F9B

Color information

#335F9B (or 0x335F9B) is unknown color: approx Mariner. HEX triplet: 33, 5F and 9B. RGB value is (51,95,155). Sum of RGB (Red+Green+Blue) = 51+95+155=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #335F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F9B is #CCA064. Grayscale: #585858. Windows color (decimal): -13410405 or 10182451. OLE color: 10182451.

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

Color convert

RGB5195155-
CMYK0.670.3900.39
HSL214.62º50.49%40.39%-
HSV(B)214.62º67.1%60.78%-
XYZ11.3711.2532.58-
YUV88.68165.42101.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=16.94%
G=31.56%
B=51.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51951550.670.3900.39214.6250.4940.39
Hex335F9B4327027d73228
Octal63137233103470473276250
Binary1100111011111100110111000011100111010011111010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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