Html Css Color HEX #3460AB Mariner

📋 copy color: '#3460AB'

red 52 ◦ green 96 ◦ blue 171

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

Shades of Mariner #3460AB

Tints of Mariner #3460AB

RGB

 RED value IS 52 (20.7% from 255) = 16.3%

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 16.3%
G = 30.09%
B = 53.61%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3460AB (or 0x3460AB) is known color: Mariner. HEX triplet: 34, 60 and AB. RGB value is (52,96,171). Sum of RGB (Red+Green+Blue) = 52+96+171=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #3460AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3460AB is #CB9F54. Grayscale: #5B5B5B. Windows color (decimal): -13344597 or 11231284. OLE color: 11231284.

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

Color convert

RGB 52 96 171 -
CMYK 0.70 0.44 0 0.33
HSL 217.82º 0.53% 0.44% -
HSV(B) 217.82º 0.7% 0.67% -
XYZ 12.95 12.04 40.17 -
YUV 91.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 52 96 171 0.70 0.44 0 0.33 217.82 0.53 0.44
Hex 34 60 AB 46 2C 0 21 DA 35 2C
Octal 64 140 253 106 54 0 41 332 65 54
Binary 110100 1100000 10101011 1000110 101100 0 100001 11011010 110101 101100

Color Harmonies of #3460AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3460AB

Black with #3460AB

Text Example


Text Example

White with #3460AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,96,171); }

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

background-color css

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

 a { background-color: rgb(52,96,171); }

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

border-color css

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

 span { border-color: rgb(52,96,171); }

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