Html Css Color HEX #3429BA Persian Blue

📋 copy color: '#3429BA'

red 52 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #3429BA

Tints of Persian Blue #3429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 18.64%
G = 14.7%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3429BA (or 0x3429BA) is known color: Persian Blue. HEX triplet: 34, 29 and BA. RGB value is (52,41,186). Sum of RGB (Red+Green+Blue) = 52+41+186=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #3429BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429BA is #CBD645. Grayscale: #3C3C3C. Windows color (decimal): -13358662 or 12200244. OLE color: 12200244.

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

Color convert

RGB 52 41 186 -
CMYK 0.72 0.78 0 0.27
HSL 244.55º 0.64% 0.45% -
HSV(B) 244.55º 0.78% 0.73% -
XYZ 11.07 5.86 47 -
YUV 60.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 52 41 186 0.72 0.78 0 0.27 244.55 0.64 0.45
Hex 34 29 BA 48 4E 0 1B F5 40 2D
Octal 64 51 272 110 116 0 33 365 100 55
Binary 110100 101001 10111010 1001000 1001110 0 11011 11110101 1000000 101101

Color Harmonies of #3429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429BA

Black with #3429BA

Text Example


Text Example

White with #3429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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