Html Css Color HEX #322BAC Persian Blue

📋 copy color: '#322BAC'

red 50 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #322BAC

Tints of Persian Blue #322BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 18.87%
G = 16.23%
B = 64.91%

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

#322BAC (or 0x322BAC) is known color: Persian Blue. HEX triplet: 32, 2B and AC. RGB value is (50,43,172). Sum of RGB (Red+Green+Blue) = 50+43+172=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #322BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322BAC is #CDD453. Grayscale: #3B3B3B. Windows color (decimal): -13489236 or 11283250. OLE color: 11283250.

HSL color Cylindrical-coordinate representation of color #322BAC: hue angle of 243.26º 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 #322BAC is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 43 172 -
CMYK 0.71 0.75 0 0.33
HSL 243.26º 0.6% 0.42% -
HSV(B) 243.26º 0.75% 0.67% -
XYZ 9.63 5.38 39.56 -
YUV 59.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 50 43 172 0.71 0.75 0 0.33 243.26 0.6 0.42
Hex 32 2B AC 47 4B 0 21 F3 3C 2A
Octal 62 53 254 107 113 0 41 363 74 52
Binary 110010 101011 10101100 1000111 1001011 0 100001 11110011 111100 101010

Color Harmonies of #322BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322BAC

Black with #322BAC

Text Example


Text Example

White with #322BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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