Html Css Color HEX #335EAB Mariner

📋 copy color: '#335EAB'

red 51 ◦ green 94 ◦ blue 171

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

Shades of Mariner #335EAB

Tints of Mariner #335EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

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

R = 16.14%
G = 29.75%
B = 54.11%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#335EAB (or 0x335EAB) is known color: Mariner. HEX triplet: 33, 5E and AB. RGB value is (51,94,171). Sum of RGB (Red+Green+Blue) = 51+94+171=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #335EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EAB is #CCA154. Grayscale: #595959. Windows color (decimal): -13410645 or 11230771. OLE color: 11230771.

HSL color Cylindrical-coordinate representation of color #335EAB: hue angle of 218.5º 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 #335EAB is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 94 171 -
CMYK 0.70 0.45 0 0.33
HSL 218.5º 0.54% 0.44% -
HSV(B) 218.5º 0.7% 0.67% -
XYZ 12.72 11.65 40.11 -
YUV 89.92 173.75 100.24 -
System Red Green Blue C M Y K H S L
Decimal 51 94 171 0.70 0.45 0 0.33 218.5 0.54 0.44
Hex 33 5E AB 46 2D 0 21 DA 36 2C
Octal 63 136 253 106 55 0 41 332 66 54
Binary 110011 1011110 10101011 1000110 101101 0 100001 11011010 110110 101100

Color Harmonies of #335EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EAB

Black with #335EAB

Text Example


Text Example

White with #335EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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