Html Css Color HEX #3420D0 Persian Blue

📋 copy color: '#3420D0'

red 52 ◦ green 32 ◦ blue 208

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

Shades of Persian Blue #3420D0

Tints of Persian Blue #3420D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 71.23%

R = 17.81%
G = 10.96%
B = 71.23%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3420D0 (or 0x3420D0) is known color: Persian Blue. HEX triplet: 34, 20 and D0. RGB value is (52,32,208). Sum of RGB (Red+Green+Blue) = 52+32+208=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #3420D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420D0 is #CBDF2F. Grayscale: #393939. Windows color (decimal): -13360944 or 13639732. OLE color: 13639732.

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

Color convert

RGB 52 32 208 -
CMYK 0.75 0.85 0 0.18
HSL 246.82º 0.73% 0.47% -
HSV(B) 246.82º 0.85% 0.82% -
XYZ 13.32 6.32 60.19 -
YUV 58.04 212.63 123.69 -
System Red Green Blue C M Y K H S L
Decimal 52 32 208 0.75 0.85 0 0.18 246.82 0.73 0.47
Hex 34 20 D0 4B 55 0 12 F7 49 2F
Octal 64 40 320 113 125 0 22 367 111 57
Binary 110100 100000 11010000 1001011 1010101 0 10010 11110111 1001001 101111

Color Harmonies of #3420D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420D0

Black with #3420D0

Text Example


Text Example

White with #3420D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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