Html Css Color HEX #335DAB Mariner

📋 copy color: '#335DAB'

red 51 ◦ green 93 ◦ blue 171

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

Shades of Mariner #335DAB

Tints of Mariner #335DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 16.19%
G = 29.52%
B = 54.29%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#335DAB (or 0x335DAB) is known color: Mariner. HEX triplet: 33, 5D and AB. RGB value is (51,93,171). Sum of RGB (Red+Green+Blue) = 51+93+171=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #335DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DAB is #CCA254. Grayscale: #585858. Windows color (decimal): -13410901 or 11230515. OLE color: 11230515.

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

Color convert

RGB 51 93 171 -
CMYK 0.70 0.46 0 0.33
HSL 219º 0.54% 0.44% -
HSV(B) 219º 0.7% 0.67% -
XYZ 12.63 11.47 40.08 -
YUV 89.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 51 93 171 0.70 0.46 0 0.33 219 0.54 0.44
Hex 33 5D AB 46 2E 0 21 DB 36 2C
Octal 63 135 253 106 56 0 41 333 66 54
Binary 110011 1011101 10101011 1000110 101110 0 100001 11011011 110110 101100

Color Harmonies of #335DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DAB

Black with #335DAB

Text Example


Text Example

White with #335DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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