Html Css Color HEX #2024AC Persian Blue

📋 copy color: '#2024AC'

red 32 ◦ green 36 ◦ blue 172

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

Shades of Persian Blue #2024AC

Tints of Persian Blue #2024AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 172 (67.58% from 255) = 71.67%

R = 13.33%
G = 15%
B = 71.67%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2024AC (or 0x2024AC) is known color: Persian Blue. HEX triplet: 20, 24 and AC. RGB value is (32,36,172). Sum of RGB (Red+Green+Blue) = 32+36+172=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #2024AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2024AC is #DFDB53. Grayscale: #313131. Windows color (decimal): -14670676 or 11281440. OLE color: 11281440.

HSL color Cylindrical-coordinate representation of color #2024AC: hue angle of 238.29º degrees, saturation: 0.69, 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 #2024AC is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 36 172 -
CMYK 0.81 0.79 0 0.33
HSL 238.29º 0.69% 0.4% -
HSV(B) 238.29º 0.81% 0.67% -
XYZ 8.67 4.55 39.45 -
YUV 50.31 196.67 114.94 -
System Red Green Blue C M Y K H S L
Decimal 32 36 172 0.81 0.79 0 0.33 238.29 0.69 0.4
Hex 20 24 AC 51 4F 0 21 EE 45 28
Octal 40 44 254 121 117 0 41 356 105 50
Binary 100000 100100 10101100 1010001 1001111 0 100001 11101110 1000101 101000

Color Harmonies of #2024AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2024AC

Black with #2024AC

Text Example


Text Example

White with #2024AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2024AC; }

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

 H1.HeaderClassName
 {
   color: #2024AC;
 }
 .AnyTagClassName
 {
   color: #2024AC;
 }
</style>

background-color css

<style>
 a { background-color: #2024AC; }

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

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

border-color css

<style>
 span { border-color: #2024AC; }

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

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