Html Css Color HEX #2E24C0 Persian Blue

📋 copy color: '#2E24C0'

red 46 ◦ green 36 ◦ blue 192

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

Shades of Persian Blue #2E24C0

Tints of Persian Blue #2E24C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 70.07%

R = 16.79%
G = 13.14%
B = 70.07%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E24C0 (or 0x2E24C0) is known color: Persian Blue. HEX triplet: 2E, 24 and C0. RGB value is (46,36,192). Sum of RGB (Red+Green+Blue) = 46+36+192=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 192 (75.39% from 255 or 70.07% from 274); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E24C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24C0 is #D1DB3F. Grayscale: #383838. Windows color (decimal): -13753152 or 12592174. OLE color: 12592174.

HSL color Cylindrical-coordinate representation of color #2E24C0: hue angle of 243.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E24C0 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 36 192 -
CMYK 0.76 0.81 0 0.25
HSL 243.85º 0.68% 0.45% -
HSV(B) 243.85º 0.81% 0.75% -
XYZ 11.27 5.65 50.37 -
YUV 56.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 46 36 192 0.76 0.81 0 0.25 243.85 0.68 0.45
Hex 2E 24 C0 4C 51 0 19 F4 44 2D
Octal 56 44 300 114 121 0 31 364 104 55
Binary 101110 100100 11000000 1001100 1010001 0 11001 11110100 1000100 101101

Color Harmonies of #2E24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24C0

Black with #2E24C0

Text Example


Text Example

White with #2E24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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