Html Css Color HEX #3461AB Mariner

📋 copy color: '#3461AB'

red 52 ◦ green 97 ◦ blue 171

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

Shades of Mariner #3461AB

Tints of Mariner #3461AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

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

R = 16.25%
G = 30.31%
B = 53.44%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3461AB (or 0x3461AB) is known color: Mariner. HEX triplet: 34, 61 and AB. RGB value is (52,97,171). Sum of RGB (Red+Green+Blue) = 52+97+171=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #3461AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3461AB is #CB9E54. Grayscale: #5B5B5B. Windows color (decimal): -13344341 or 11231540. OLE color: 11231540.

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

Color convert

RGB 52 97 171 -
CMYK 0.70 0.43 0 0.33
HSL 217.31º 0.53% 0.44% -
HSV(B) 217.31º 0.7% 0.67% -
XYZ 13.04 12.22 40.2 -
YUV 91.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 52 97 171 0.70 0.43 0 0.33 217.31 0.53 0.44
Hex 34 61 AB 46 2B 0 21 D9 35 2C
Octal 64 141 253 106 53 0 41 331 65 54
Binary 110100 1100001 10101011 1000110 101011 0 100001 11011001 110101 101100

Color Harmonies of #3461AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3461AB

Black with #3461AB

Text Example


Text Example

White with #3461AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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