Html Css Color HEX #3422CE Persian Blue

📋 copy color: '#3422CE'

red 52 ◦ green 34 ◦ blue 206

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

Shades of Persian Blue #3422CE

Tints of Persian Blue #3422CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

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

R = 17.81%
G = 11.64%
B = 70.55%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3422CE (or 0x3422CE) is known color: Persian Blue. HEX triplet: 34, 22 and CE. RGB value is (52,34,206). Sum of RGB (Red+Green+Blue) = 52+34+206=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #3422CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3422CE is #CBDD31. Grayscale: #3A3A3A. Windows color (decimal): -13360434 or 13509172. OLE color: 13509172.

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

Color convert

RGB 52 34 206 -
CMYK 0.75 0.83 0 0.19
HSL 246.28º 0.72% 0.47% -
HSV(B) 246.28º 0.83% 0.81% -
XYZ 13.13 6.33 58.92 -
YUV 58.99 210.96 123.01 -
System Red Green Blue C M Y K H S L
Decimal 52 34 206 0.75 0.83 0 0.19 246.28 0.72 0.47
Hex 34 22 CE 4B 53 0 13 F6 48 2F
Octal 64 42 316 113 123 0 23 366 110 57
Binary 110100 100010 11001110 1001011 1010011 0 10011 11110110 1001000 101111

Color Harmonies of #3422CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3422CE

Black with #3422CE

Text Example


Text Example

White with #3422CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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