Html Css Color HEX #3420CE Persian Blue

📋 copy color: '#3420CE'

red 52 ◦ green 32 ◦ blue 206

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

Shades of Persian Blue #3420CE

Tints of Persian Blue #3420CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.03%

R = 17.93%
G = 11.03%
B = 71.03%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3420CE (or 0x3420CE) is known color: Persian Blue. HEX triplet: 34, 20 and CE. RGB value is (52,32,206). Sum of RGB (Red+Green+Blue) = 52+32+206=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #3420CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420CE is #CBDF31. Grayscale: #393939. Windows color (decimal): -13360946 or 13508660. OLE color: 13508660.

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

Color convert

RGB 52 32 206 -
CMYK 0.75 0.84 0 0.19
HSL 246.9º 0.73% 0.47% -
HSV(B) 246.9º 0.84% 0.81% -
XYZ 13.07 6.22 58.9 -
YUV 57.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 52 32 206 0.75 0.84 0 0.19 246.9 0.73 0.47
Hex 34 20 CE 4B 54 0 13 F7 49 2F
Octal 64 40 316 113 124 0 23 367 111 57
Binary 110100 100000 11001110 1001011 1010100 0 10011 11110111 1001001 101111

Color Harmonies of #3420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420CE

Black with #3420CE

Text Example


Text Example

White with #3420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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