Html Css Color HEX #3322AE Persian Blue

📋 copy color: '#3322AE'

red 51 ◦ green 34 ◦ blue 174

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

Shades of Persian Blue #3322AE

Tints of Persian Blue #3322AE

RGB

 RED value IS 51 (20.31% from 255) = 19.69%

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

 BLUE value IS 174 (68.36% from 255) = 67.18%

R = 19.69%
G = 13.13%
B = 67.18%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3322AE (or 0x3322AE) is known color: Persian Blue. HEX triplet: 33, 22 and AE. RGB value is (51,34,174). Sum of RGB (Red+Green+Blue) = 51+34+174=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #3322AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3322AE is #CCDD51. Grayscale: #363636. Windows color (decimal): -13426002 or 11412019. OLE color: 11412019.

HSL color Cylindrical-coordinate representation of color #3322AE: hue angle of 247.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3322AE is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 34 174 -
CMYK 0.71 0.80 0 0.32
HSL 247.29º 0.67% 0.41% -
HSV(B) 247.29º 0.8% 0.68% -
XYZ 9.58 4.9 40.49 -
YUV 55.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 51 34 174 0.71 0.80 0 0.32 247.29 0.67 0.41
Hex 33 22 AE 47 50 0 20 F7 43 29
Octal 63 42 256 107 120 0 40 367 103 51
Binary 110011 100010 10101110 1000111 1010000 0 100000 11110111 1000011 101001

Color Harmonies of #3322AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3322AE

Black with #3322AE

Text Example


Text Example

White with #3322AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3322AE; }

 p { color: rgb(51,34,174); }

 H1.HeaderClassName
 {
   color: #3322AE;
 }
 .AnyTagClassName
 {
   color: #3322AE;
 }
</style>

background-color css

<style>
 a { background-color: #3322AE; }

 a { background-color: rgb(51,34,174); }

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

border-color css

<style>
 span { border-color: #3322AE; }

 span { border-color: rgb(51,34,174); }

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