Html Css Color HEX #2320AD Persian Blue

📋 copy color: '#2320AD'

red 35 ◦ green 32 ◦ blue 173

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

Shades of Persian Blue #2320AD

Tints of Persian Blue #2320AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 14.58%
G = 13.33%
B = 72.08%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2320AD (or 0x2320AD) is known color: Persian Blue. HEX triplet: 23, 20 and AD. RGB value is (35,32,173). Sum of RGB (Red+Green+Blue) = 35+32+173=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #2320AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2320AD is #DCDF52. Grayscale: #303030. Windows color (decimal): -14475091 or 11345955. OLE color: 11345955.

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

Color convert

RGB 35 32 173 -
CMYK 0.80 0.82 0 0.32
HSL 241.28º 0.69% 0.4% -
HSV(B) 241.28º 0.82% 0.68% -
XYZ 8.75 4.41 39.92 -
YUV 48.97 197.99 118.04 -
System Red Green Blue C M Y K H S L
Decimal 35 32 173 0.80 0.82 0 0.32 241.28 0.69 0.4
Hex 23 20 AD 50 52 0 20 F1 45 28
Octal 43 40 255 120 122 0 40 361 105 50
Binary 100011 100000 10101101 1010000 1010010 0 100000 11110001 1000101 101000

Color Harmonies of #2320AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320AD

Black with #2320AD

Text Example


Text Example

White with #2320AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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