Html Css Color HEX #3420AC Persian Blue

📋 copy color: '#3420AC'

red 52 ◦ green 32 ◦ blue 172

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

Shades of Persian Blue #3420AC

Tints of Persian Blue #3420AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 20.31%
G = 12.5%
B = 67.19%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3420AC (or 0x3420AC) is known color: Persian Blue. HEX triplet: 34, 20 and AC. RGB value is (52,32,172). Sum of RGB (Red+Green+Blue) = 52+32+172=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #3420AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3420AC is #CBDF53. Grayscale: #353535. Windows color (decimal): -13360980 or 11280436. OLE color: 11280436.

HSL color Cylindrical-coordinate representation of color #3420AC: hue angle of 248.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3420AC is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 32 172 -
CMYK 0.70 0.81 0 0.33
HSL 248.57º 0.69% 0.4% -
HSV(B) 248.57º 0.81% 0.67% -
XYZ 9.38 4.74 39.45 -
YUV 53.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 52 32 172 0.70 0.81 0 0.33 248.57 0.69 0.4
Hex 34 20 AC 46 51 0 21 F9 45 28
Octal 64 40 254 106 121 0 41 371 105 50
Binary 110100 100000 10101100 1000110 1010001 0 100001 11111001 1000101 101000

Color Harmonies of #3420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420AC

Black with #3420AC

Text Example


Text Example

White with #3420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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