#335EA4

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

Shades of Mariner #335EA4

Tints of Mariner #335EA4

Color information

#335EA4 (or 0x335EA4) is unknown color: approx Mariner. HEX triplet: 33, 5E and A4. RGB value is (51,94,164). Sum of RGB (Red+Green+Blue) = 51+94+164=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #335EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EA4 is #CCA15B. Grayscale: #585858. Windows color (decimal): -13410652 or 10772019. OLE color: 10772019.

HSL color Cylindrical-coordinate representation of color #335EA4: hue angle of 217.17º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335EA4 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5194164-
CMYK0.690.4300.36
HSL217.17º52.56%42.16%-
HSV(B)217.17º68.9%64.31%-
XYZ12.0711.3936.68-
YUV89.12170.25100.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=16.50%
G=30.42%
B=53.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51941640.690.4300.36217.1752.5642.16
Hex335EA4452B024d9352a
Octal63136244105530443316552
Binary1100111011110101001001000101101011010010011011001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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