Html Css Color HEX #3429AA Persian Blue

📋 copy color: '#3429AA'

red 52 ◦ green 41 ◦ blue 170

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

Shades of Persian Blue #3429AA

Tints of Persian Blue #3429AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 19.77%
G = 15.59%
B = 64.64%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3429AA (or 0x3429AA) is known color: Persian Blue. HEX triplet: 34, 29 and AA. RGB value is (52,41,170). Sum of RGB (Red+Green+Blue) = 52+41+170=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #3429AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3429AA is #CBD655. Grayscale: #3A3A3A. Windows color (decimal): -13358678 or 11151668. OLE color: 11151668.

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

Color convert

RGB 52 41 170 -
CMYK 0.69 0.76 0 0.33
HSL 245.12º 0.61% 0.41% -
HSV(B) 245.12º 0.76% 0.67% -
XYZ 9.46 5.22 38.54 -
YUV 59 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 52 41 170 0.69 0.76 0 0.33 245.12 0.61 0.41
Hex 34 29 AA 45 4C 0 21 F5 3D 29
Octal 64 51 252 105 114 0 41 365 75 51
Binary 110100 101001 10101010 1000101 1001100 0 100001 11110101 111101 101001

Color Harmonies of #3429AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429AA

Black with #3429AA

Text Example


Text Example

White with #3429AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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