Html Css Color HEX #2E24DF Persian Blue

📋 copy color: '#2E24DF'

red 46 ◦ green 36 ◦ blue 223

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

Shades of Persian Blue #2E24DF

Tints of Persian Blue #2E24DF

RGB

 RED value IS 46 (18.36% from 255) = 15.08%

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

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 15.08%
G = 11.8%
B = 73.11%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E24DF (or 0x2E24DF) is known color: Persian Blue. HEX triplet: 2E, 24 and DF. RGB value is (46,36,223). Sum of RGB (Red+Green+Blue) = 46+36+223=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E24DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24DF is #D1DB20. Grayscale: #3B3B3B. Windows color (decimal): -13753121 or 14623790. OLE color: 14623790.

HSL color Cylindrical-coordinate representation of color #2E24DF: hue angle of 243.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E24DF is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 36 223 -
CMYK 0.79 0.84 0 0.13
HSL 243.21º 0.75% 0.51% -
HSV(B) 243.21º 0.84% 0.87% -
XYZ 15.08 7.17 70.4 -
YUV 60.31 219.81 117.79 -
System Red Green Blue C M Y K H S L
Decimal 46 36 223 0.79 0.84 0 0.13 243.21 0.75 0.51
Hex 2E 24 DF 4F 54 0 D F3 4B 33
Octal 56 44 337 117 124 0 15 363 113 63
Binary 101110 100100 11011111 1001111 1010100 0 1101 11110011 1001011 110011

Color Harmonies of #2E24DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24DF

Black with #2E24DF

Text Example


Text Example

White with #2E24DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E24DF; }

 p { color: rgb(46,36,223); }

 H1.HeaderClassName
 {
   color: #2E24DF;
 }
 .AnyTagClassName
 {
   color: #2E24DF;
 }
</style>

background-color css

<style>
 a { background-color: #2E24DF; }

 a { background-color: rgb(46,36,223); }

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

border-color css

<style>
 span { border-color: #2E24DF; }

 span { border-color: rgb(46,36,223); }

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