Html Css Color HEX #2423E0 Persian Blue

📋 copy color: '#2423E0'

red 36 ◦ green 35 ◦ blue 224

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

Shades of Persian Blue #2423E0

Tints of Persian Blue #2423E0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

 BLUE value IS 224 (87.89% from 255) = 75.93%

R = 12.2%
G = 11.86%
B = 75.93%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2423E0 (or 0x2423E0) is known color: Persian Blue. HEX triplet: 24, 23 and E0. RGB value is (36,35,224). Sum of RGB (Red+Green+Blue) = 36+35+224=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 224 (87.89% from 255 or 75.93% from 295); Max value from RGB is 224 - color contains mainly: blue. Hex color #2423E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2423E0 is #DBDC1F. Grayscale: #383838. Windows color (decimal): -14408736 or 14689060. OLE color: 14689060.

HSL color Cylindrical-coordinate representation of color #2423E0: hue angle of 240.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2423E0 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 35 224 -
CMYK 0.84 0.84 0 0.12
HSL 240.32º 0.75% 0.51% -
HSV(B) 240.32º 0.84% 0.88% -
XYZ 14.78 6.96 71.09 -
YUV 56.85 222.33 113.13 -
System Red Green Blue C M Y K H S L
Decimal 36 35 224 0.84 0.84 0 0.12 240.32 0.75 0.51
Hex 24 23 E0 54 54 0 C F0 4B 33
Octal 44 43 340 124 124 0 14 360 113 63
Binary 100100 100011 11100000 1010100 1010100 0 1100 11110000 1001011 110011

Color Harmonies of #2423E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2423E0

Black with #2423E0

Text Example


Text Example

White with #2423E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2423E0; }

 p { color: rgb(36,35,224); }

 H1.HeaderClassName
 {
   color: #2423E0;
 }
 .AnyTagClassName
 {
   color: #2423E0;
 }
</style>

background-color css

<style>
 a { background-color: #2423E0; }

 a { background-color: rgb(36,35,224); }

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

border-color css

<style>
 span { border-color: #2423E0; }

 span { border-color: rgb(36,35,224); }

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