Html Css Color HEX #3359AB Mariner

📋 copy color: '#3359AB'

red 51 ◦ green 89 ◦ blue 171

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

Shades of Mariner #3359AB

Tints of Mariner #3359AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 16.4%
G = 28.62%
B = 54.98%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3359AB (or 0x3359AB) is known color: Mariner. HEX triplet: 33, 59 and AB. RGB value is (51,89,171). Sum of RGB (Red+Green+Blue) = 51+89+171=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #3359AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3359AB is #CCA654. Grayscale: #565656. Windows color (decimal): -13411925 or 11229491. OLE color: 11229491.

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

Color convert

RGB 51 89 171 -
CMYK 0.70 0.48 0 0.33
HSL 221º 0.54% 0.44% -
HSV(B) 221º 0.7% 0.67% -
XYZ 12.29 10.79 39.96 -
YUV 86.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 51 89 171 0.70 0.48 0 0.33 221 0.54 0.44
Hex 33 59 AB 46 30 0 21 DD 36 2C
Octal 63 131 253 106 60 0 41 335 66 54
Binary 110011 1011001 10101011 1000110 110000 0 100001 11011101 110110 101100

Color Harmonies of #3359AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3359AB

Black with #3359AB

Text Example


Text Example

White with #3359AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3359AB; }

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

 H1.HeaderClassName
 {
   color: #3359AB;
 }
 .AnyTagClassName
 {
   color: #3359AB;
 }
</style>

background-color css

<style>
 a { background-color: #3359AB; }

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

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

border-color css

<style>
 span { border-color: #3359AB; }

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

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