#335CAD

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

Shades of Mariner #335CAD

Tints of Mariner #335CAD

Color information

#335CAD (or 0x335CAD) is unknown color: approx Mariner. HEX triplet: 33, 5C and AD. RGB value is (51,92,173). Sum of RGB (Red+Green+Blue) = 51+92+173=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #335CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CAD is #CCA352. Grayscale: #585858. Windows color (decimal): -13411155 or 11361331. OLE color: 11361331.

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

Color convert

RGB5192173-
CMYK0.710.4700.32
HSL219.84º54.46%43.92%-
HSV(B)219.84º70.52%67.84%-
XYZ12.7411.3841.06-
YUV88.98175.42100.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=16.14%
G=29.11%
B=54.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51921730.710.4700.32219.8454.4643.92
Hex335CAD472F020dc362c
Octal63134255107570403346654
Binary1100111011100101011011000111101111010000011011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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