Html Css Color HEX #3429BD Persian Blue

📋 copy color: '#3429BD'

red 52 ◦ green 41 ◦ blue 189

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

Shades of Persian Blue #3429BD

Tints of Persian Blue #3429BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 67.02%

R = 18.44%
G = 14.54%
B = 67.02%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3429BD (or 0x3429BD) is known color: Persian Blue. HEX triplet: 34, 29 and BD. RGB value is (52,41,189). Sum of RGB (Red+Green+Blue) = 52+41+189=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #3429BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429BD is #CBD642. Grayscale: #3C3C3C. Windows color (decimal): -13358659 or 12396852. OLE color: 12396852.

HSL color Cylindrical-coordinate representation of color #3429BD: hue angle of 244.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3429BD is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 41 189 -
CMYK 0.72 0.78 0 0.26
HSL 244.46º 0.64% 0.45% -
HSV(B) 244.46º 0.78% 0.74% -
XYZ 11.39 5.99 48.7 -
YUV 61.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 52 41 189 0.72 0.78 0 0.26 244.46 0.64 0.45
Hex 34 29 BD 48 4E 0 1A F4 40 2D
Octal 64 51 275 110 116 0 32 364 100 55
Binary 110100 101001 10111101 1001000 1001110 0 11010 11110100 1000000 101101

Color Harmonies of #3429BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429BD

Black with #3429BD

Text Example


Text Example

White with #3429BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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