Html Css Color HEX #3464AA Mariner

📋 copy color: '#3464AA'

red 52 ◦ green 100 ◦ blue 170

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

Shades of Mariner #3464AA

Tints of Mariner #3464AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 16.15%
G = 31.06%
B = 52.8%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3464AA (or 0x3464AA) is known color: Mariner. HEX triplet: 34, 64 and AA. RGB value is (52,100,170). Sum of RGB (Red+Green+Blue) = 52+100+170=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #3464AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3464AA is #CB9B55. Grayscale: #5D5D5D. Windows color (decimal): -13343574 or 11166772. OLE color: 11166772.

HSL color Cylindrical-coordinate representation of color #3464AA: hue angle of 215.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3464AA is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 100 170 -
CMYK 0.69 0.41 0 0.33
HSL 215.59º 0.53% 0.44% -
HSV(B) 215.59º 0.69% 0.67% -
XYZ 13.23 12.75 39.79 -
YUV 93.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 52 100 170 0.69 0.41 0 0.33 215.59 0.53 0.44
Hex 34 64 AA 45 29 0 21 D8 35 2C
Octal 64 144 252 105 51 0 41 330 65 54
Binary 110100 1100100 10101010 1000101 101001 0 100001 11011000 110101 101100

Color Harmonies of #3464AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3464AA

Black with #3464AA

Text Example


Text Example

White with #3464AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3464AA; }

 p { color: rgb(52,100,170); }

 H1.HeaderClassName
 {
   color: #3464AA;
 }
 .AnyTagClassName
 {
   color: #3464AA;
 }
</style>

background-color css

<style>
 a { background-color: #3464AA; }

 a { background-color: rgb(52,100,170); }

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

border-color css

<style>
 span { border-color: #3464AA; }

 span { border-color: rgb(52,100,170); }

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