Html Css Color HEX #335DAA Mariner

📋 copy color: '#335DAA'

red 51 ◦ green 93 ◦ blue 170

#335DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #335DAA

Tints of Mariner #335DAA

RGB

 RED value IS 51 (20.31% from 255) = 16.24%

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 16.24%
G = 29.62%
B = 54.14%

CMYK

 C value IS 0.7

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#335DAA (or 0x335DAA) is known color: Mariner. HEX triplet: 33, 5D and AA. RGB value is (51,93,170). Sum of RGB (Red+Green+Blue) = 51+93+170=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #335DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DAA is #CCA255. Grayscale: #585858. Windows color (decimal): -13410902 or 11164979. OLE color: 11164979.

HSL color Cylindrical-coordinate representation of color #335DAA: hue angle of 218.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335DAA is Cyan = 0.7, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 93 170 -
CMYK 0.7 0.45 0 0.33
HSL 218.82º 0.54% 0.43% -
HSV(B) 218.82º 0.7% 0.67% -
XYZ 12.54 11.43 39.58 -
YUV 89.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 51 93 170 0.7 0.45 0 0.33 218.82 0.54 0.43
Hex 33 5D AA 46 2D 0 21 DB 36 2B
Octal 63 135 252 106 55 0 41 333 66 53
Binary 110011 1011101 10101010 1000110 101101 0 100001 11011011 110110 101011

Color Harmonies of #335DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DAA

Black with #335DAA

Text Example


Text Example

White with #335DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,170); }

 H1.HeaderClassName
 {
   color: #335DAA;
 }
 .AnyTagClassName
 {
   color: #335DAA;
 }
</style>

background-color css

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

 a { background-color: rgb(51,93,170); }

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

border-color css

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

 span { border-color: rgb(51,93,170); }

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