#335EAD

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

Shades of Mariner #335EAD

Tints of Mariner #335EAD

Color information

#335EAD (or 0x335EAD) is unknown color: approx Mariner. HEX triplet: 33, 5E and AD. RGB value is (51,94,173). Sum of RGB (Red+Green+Blue) = 51+94+173=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #335EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EAD is #CCA152. Grayscale: #595959. Windows color (decimal): -13410643 or 11361843. OLE color: 11361843.

HSL color Cylindrical-coordinate representation of color #335EAD: hue angle of 218.85º degrees, saturation: 0.54, 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 #335EAD is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5194173-
CMYK0.710.4600.32
HSL218.85º54.46%43.92%-
HSV(B)218.85º70.52%67.84%-
XYZ12.9111.7341.12-
YUV90.15174.75100.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=16.04%
G=29.56%
B=54.40%

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
Decimal51941730.710.4600.32218.8554.4643.92
Hex335EAD472E020db362c
Octal63136255107560403336654
Binary1100111011110101011011000111101110010000011011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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