#335EAE

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

Shades of Mariner #335EAE

Tints of Mariner #335EAE

Color information

#335EAE (or 0x335EAE) is unknown color: approx Mariner. HEX triplet: 33, 5E and AE. RGB value is (51,94,174). Sum of RGB (Red+Green+Blue) = 51+94+174=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #335EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EAE is #CCA151. Grayscale: #595959. Windows color (decimal): -13410642 or 11427379. OLE color: 11427379.

HSL color Cylindrical-coordinate representation of color #335EAE: hue angle of 219.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #335EAE is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5194174-
CMYK0.710.4600.32
HSL219.02º54.67%44.12%-
HSV(B)219.02º70.69%68.24%-
XYZ13.0111.7741.63-
YUV90.26175.25100-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 174 (68.36% from 255) = 54.55%
R=15.99%
G=29.47%
B=54.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51941740.710.4600.32219.0254.6744.12
Hex335EAE472E020db372c
Octal63136256107560403336754
Binary1100111011110101011101000111101110010000011011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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