Html Css Color HEX #2420AE Persian Blue

📋 copy color: '#2420AE'

red 36 ◦ green 32 ◦ blue 174

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

Shades of Persian Blue #2420AE

Tints of Persian Blue #2420AE

RGB

 RED value IS 36 (14.45% from 255) = 14.88%

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

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

R = 14.88%
G = 13.22%
B = 71.9%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2420AE (or 0x2420AE) is known color: Persian Blue. HEX triplet: 24, 20 and AE. RGB value is (36,32,174). Sum of RGB (Red+Green+Blue) = 36+32+174=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #2420AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420AE is #DBDF51. Grayscale: #303030. Windows color (decimal): -14409554 or 11411492. OLE color: 11411492.

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

Color convert

RGB 36 32 174 -
CMYK 0.79 0.82 0 0.32
HSL 241.69º 0.69% 0.4% -
HSV(B) 241.69º 0.82% 0.68% -
XYZ 8.88 4.46 40.44 -
YUV 49.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 36 32 174 0.79 0.82 0 0.32 241.69 0.69 0.4
Hex 24 20 AE 4F 52 0 20 F2 45 28
Octal 44 40 256 117 122 0 40 362 105 50
Binary 100100 100000 10101110 1001111 1010010 0 100000 11110010 1000101 101000

Color Harmonies of #2420AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2420AE

Black with #2420AE

Text Example


Text Example

White with #2420AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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