Html Css Color HEX #3429DC Persian Blue

📋 copy color: '#3429DC'

red 52 ◦ green 41 ◦ blue 220

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

Shades of Persian Blue #3429DC

Tints of Persian Blue #3429DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 16.61%
G = 13.1%
B = 70.29%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3429DC (or 0x3429DC) is known color: Persian Blue. HEX triplet: 34, 29 and DC. RGB value is (52,41,220). Sum of RGB (Red+Green+Blue) = 52+41+220=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #3429DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429DC is #CBD623. Grayscale: #3F3F3F. Windows color (decimal): -13358628 or 14428468. OLE color: 14428468.

HSL color Cylindrical-coordinate representation of color #3429DC: hue angle of 243.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3429DC is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 41 220 -
CMYK 0.76 0.81 0 0.14
HSL 243.69º 0.72% 0.51% -
HSV(B) 243.69º 0.81% 0.86% -
XYZ 15.13 7.48 68.36 -
YUV 64.7 215.64 118.95 -
System Red Green Blue C M Y K H S L
Decimal 52 41 220 0.76 0.81 0 0.14 243.69 0.72 0.51
Hex 34 29 DC 4C 51 0 E F4 48 33
Octal 64 51 334 114 121 0 16 364 110 63
Binary 110100 101001 11011100 1001100 1010001 0 1110 11110100 1001000 110011

Color Harmonies of #3429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429DC

Black with #3429DC

Text Example


Text Example

White with #3429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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