Html Css Color HEX #3422CC Persian Blue

📋 copy color: '#3422CC'

red 52 ◦ green 34 ◦ blue 204

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

Shades of Persian Blue #3422CC

Tints of Persian Blue #3422CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.34%

R = 17.93%
G = 11.72%
B = 70.34%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3422CC (or 0x3422CC) is known color: Persian Blue. HEX triplet: 34, 22 and CC. RGB value is (52,34,204). Sum of RGB (Red+Green+Blue) = 52+34+204=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #3422CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3422CC is #CBDD33. Grayscale: #3A3A3A. Windows color (decimal): -13360436 or 13378100. OLE color: 13378100.

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

Color convert

RGB 52 34 204 -
CMYK 0.75 0.83 0 0.2
HSL 246.35º 0.71% 0.47% -
HSV(B) 246.35º 0.83% 0.8% -
XYZ 12.89 6.23 57.65 -
YUV 58.76 209.96 123.18 -
System Red Green Blue C M Y K H S L
Decimal 52 34 204 0.75 0.83 0 0.2 246.35 0.71 0.47
Hex 34 22 CC 4B 53 0 14 F6 47 2F
Octal 64 42 314 113 123 0 24 366 107 57
Binary 110100 100010 11001100 1001011 1010011 0 10100 11110110 1000111 101111

Color Harmonies of #3422CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3422CC

Black with #3422CC

Text Example


Text Example

White with #3422CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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