Html Css Color HEX #2320AE Persian Blue

📋 copy color: '#2320AE'

red 35 ◦ green 32 ◦ blue 174

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

Shades of Persian Blue #2320AE

Tints of Persian Blue #2320AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 14.52%
G = 13.28%
B = 72.2%

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

#2320AE (or 0x2320AE) is known color: Persian Blue. HEX triplet: 23, 20 and AE. RGB value is (35,32,174). Sum of RGB (Red+Green+Blue) = 35+32+174=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #2320AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2320AE is #DCDF51. Grayscale: #303030. Windows color (decimal): -14475090 or 11411491. OLE color: 11411491.

HSL color Cylindrical-coordinate representation of color #2320AE: hue angle of 241.27º 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 #2320AE is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 32 174 -
CMYK 0.80 0.82 0 0.32
HSL 241.27º 0.69% 0.4% -
HSV(B) 241.27º 0.82% 0.68% -
XYZ 8.85 4.45 40.44 -
YUV 49.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 35 32 174 0.80 0.82 0 0.32 241.27 0.69 0.4
Hex 23 20 AE 50 52 0 20 F1 45 28
Octal 43 40 256 120 122 0 40 361 105 50
Binary 100011 100000 10101110 1010000 1010010 0 100000 11110001 1000101 101000

Color Harmonies of #2320AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2320AE

Black with #2320AE

Text Example


Text Example

White with #2320AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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