Html Css Color HEX #3464AC Mariner

📋 copy color: '#3464AC'

red 52 ◦ green 100 ◦ blue 172

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

Shades of Mariner #3464AC

Tints of Mariner #3464AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.09%

R = 16.05%
G = 30.86%
B = 53.09%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3464AC (or 0x3464AC) is known color: Mariner. HEX triplet: 34, 64 and AC. RGB value is (52,100,172). Sum of RGB (Red+Green+Blue) = 52+100+172=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #3464AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3464AC is #CB9B53. Grayscale: #5D5D5D. Windows color (decimal): -13343572 or 11297844. OLE color: 11297844.

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

Color convert

RGB 52 100 172 -
CMYK 0.70 0.42 0 0.33
HSL 216º 0.54% 0.44% -
HSV(B) 216º 0.7% 0.67% -
XYZ 13.42 12.82 40.8 -
YUV 93.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 52 100 172 0.70 0.42 0 0.33 216 0.54 0.44
Hex 34 64 AC 46 2A 0 21 D8 36 2C
Octal 64 144 254 106 52 0 41 330 66 54
Binary 110100 1100100 10101100 1000110 101010 0 100001 11011000 110110 101100

Color Harmonies of #3464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3464AC

Black with #3464AC

Text Example


Text Example

White with #3464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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