Html Css Color HEX #2322AB Persian Blue

📋 copy color: '#2322AB'

red 35 ◦ green 34 ◦ blue 171

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

Shades of Persian Blue #2322AB

Tints of Persian Blue #2322AB

RGB

 RED value IS 35 (14.06% from 255) = 14.58%

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

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 14.58%
G = 14.17%
B = 71.25%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2322AB (or 0x2322AB) is known color: Persian Blue. HEX triplet: 23, 22 and AB. RGB value is (35,34,171). Sum of RGB (Red+Green+Blue) = 35+34+171=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #2322AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2322AB is #DCDD54. Grayscale: #313131. Windows color (decimal): -14474581 or 11215395. OLE color: 11215395.

HSL color Cylindrical-coordinate representation of color #2322AB: hue angle of 240.44º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2322AB is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 34 171 -
CMYK 0.80 0.80 0 0.33
HSL 240.44º 0.67% 0.4% -
HSV(B) 240.44º 0.8% 0.67% -
XYZ 8.62 4.44 38.93 -
YUV 49.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 35 34 171 0.80 0.80 0 0.33 240.44 0.67 0.4
Hex 23 22 AB 50 50 0 21 F0 43 28
Octal 43 42 253 120 120 0 41 360 103 50
Binary 100011 100010 10101011 1010000 1010000 0 100001 11110000 1000011 101000

Color Harmonies of #2322AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2322AB

Black with #2322AB

Text Example


Text Example

White with #2322AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2322AB; }

 p { color: rgb(35,34,171); }

 H1.HeaderClassName
 {
   color: #2322AB;
 }
 .AnyTagClassName
 {
   color: #2322AB;
 }
</style>

background-color css

<style>
 a { background-color: #2322AB; }

 a { background-color: rgb(35,34,171); }

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

border-color css

<style>
 span { border-color: #2322AB; }

 span { border-color: rgb(35,34,171); }

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