Html Css Color HEX #2320AB Persian Blue

📋 copy color: '#2320AB'

red 35 ◦ green 32 ◦ blue 171

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

Shades of Persian Blue #2320AB

Tints of Persian Blue #2320AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.45%

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

R = 14.71%
G = 13.45%
B = 71.85%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2320AB (or 0x2320AB) is known color: Persian Blue. HEX triplet: 23, 20 and AB. RGB value is (35,32,171). Sum of RGB (Red+Green+Blue) = 35+32+171=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2320AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2320AB is #DCDF54. Grayscale: #303030. Windows color (decimal): -14475093 or 11214883. OLE color: 11214883.

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

Color convert

RGB 35 32 171 -
CMYK 0.80 0.81 0 0.33
HSL 241.3º 0.68% 0.4% -
HSV(B) 241.3º 0.81% 0.67% -
XYZ 8.56 4.33 38.91 -
YUV 48.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 35 32 171 0.80 0.81 0 0.33 241.3 0.68 0.4
Hex 23 20 AB 50 51 0 21 F1 44 28
Octal 43 40 253 120 121 0 41 361 104 50
Binary 100011 100000 10101011 1010000 1010001 0 100001 11110001 1000100 101000

Color Harmonies of #2320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320AB

Black with #2320AB

Text Example


Text Example

White with #2320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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