Html Css Color HEX #322BAA Persian Blue

📋 copy color: '#322BAA'

red 50 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #322BAA

Tints of Persian Blue #322BAA

RGB

 RED value IS 50 (19.92% from 255) = 19.01%

 GREEN value IS 43 (17.19% from 255) = 16.35%

 BLUE value IS 170 (66.8% from 255) = 64.64%

R = 19.01%
G = 16.35%
B = 64.64%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#322BAA (or 0x322BAA) is known color: Persian Blue. HEX triplet: 32, 2B and AA. RGB value is (50,43,170). Sum of RGB (Red+Green+Blue) = 50+43+170=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #322BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322BAA is #CDD455. Grayscale: #3B3B3B. Windows color (decimal): -13489238 or 11152178. OLE color: 11152178.

HSL color Cylindrical-coordinate representation of color #322BAA: hue angle of 243.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #322BAA is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 43 170 -
CMYK 0.71 0.75 0 0.33
HSL 243.31º 0.6% 0.42% -
HSV(B) 243.31º 0.75% 0.67% -
XYZ 9.43 5.31 38.56 -
YUV 59.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 50 43 170 0.71 0.75 0 0.33 243.31 0.6 0.42
Hex 32 2B AA 47 4B 0 21 F3 3C 2A
Octal 62 53 252 107 113 0 41 363 74 52
Binary 110010 101011 10101010 1000111 1001011 0 100001 11110011 111100 101010

Color Harmonies of #322BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322BAA

Black with #322BAA

Text Example


Text Example

White with #322BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322BAA; }

 p { color: rgb(50,43,170); }

 H1.HeaderClassName
 {
   color: #322BAA;
 }
 .AnyTagClassName
 {
   color: #322BAA;
 }
</style>

background-color css

<style>
 a { background-color: #322BAA; }

 a { background-color: rgb(50,43,170); }

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

border-color css

<style>
 span { border-color: #322BAA; }

 span { border-color: rgb(50,43,170); }

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