Html Css Color HEX #3420CA Persian Blue

📋 copy color: '#3420CA'

red 52 ◦ green 32 ◦ blue 202

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

Shades of Persian Blue #3420CA

Tints of Persian Blue #3420CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 70.63%

R = 18.18%
G = 11.19%
B = 70.63%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3420CA (or 0x3420CA) is known color: Persian Blue. HEX triplet: 34, 20 and CA. RGB value is (52,32,202). Sum of RGB (Red+Green+Blue) = 52+32+202=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #3420CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420CA is #CBDF35. Grayscale: #383838. Windows color (decimal): -13360950 or 13246516. OLE color: 13246516.

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

Color convert

RGB 52 32 202 -
CMYK 0.74 0.84 0 0.21
HSL 247.06º 0.73% 0.46% -
HSV(B) 247.06º 0.84% 0.79% -
XYZ 12.59 6.03 56.38 -
YUV 57.36 209.63 124.18 -
System Red Green Blue C M Y K H S L
Decimal 52 32 202 0.74 0.84 0 0.21 247.06 0.73 0.46
Hex 34 20 CA 4A 54 0 15 F7 49 2E
Octal 64 40 312 112 124 0 25 367 111 56
Binary 110100 100000 11001010 1001010 1010100 0 10101 11110111 1001001 101110

Color Harmonies of #3420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420CA

Black with #3420CA

Text Example


Text Example

White with #3420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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