Html Css Color HEX #3420CD Persian Blue

📋 copy color: '#3420CD'

red 52 ◦ green 32 ◦ blue 205

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

Shades of Persian Blue #3420CD

Tints of Persian Blue #3420CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.93%

R = 17.99%
G = 11.07%
B = 70.93%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3420CD (or 0x3420CD) is known color: Persian Blue. HEX triplet: 34, 20 and CD. RGB value is (52,32,205). Sum of RGB (Red+Green+Blue) = 52+32+205=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3420CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420CD is #CBDF32. Grayscale: #393939. Windows color (decimal): -13360947 or 13443124. OLE color: 13443124.

HSL color Cylindrical-coordinate representation of color #3420CD: hue angle of 246.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3420CD is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 32 205 -
CMYK 0.75 0.84 0 0.20
HSL 246.94º 0.73% 0.46% -
HSV(B) 246.94º 0.84% 0.8% -
XYZ 12.95 6.17 58.27 -
YUV 57.7 211.13 123.93 -
System Red Green Blue C M Y K H S L
Decimal 52 32 205 0.75 0.84 0 0.20 246.94 0.73 0.46
Hex 34 20 CD 4B 54 0 14 F7 49 2E
Octal 64 40 315 113 124 0 24 367 111 56
Binary 110100 100000 11001101 1001011 1010100 0 10100 11110111 1001001 101110

Color Harmonies of #3420CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420CD

Black with #3420CD

Text Example


Text Example

White with #3420CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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