Html Css Color HEX #2E24BE Persian Blue

📋 copy color: '#2E24BE'

red 46 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #2E24BE

Tints of Persian Blue #2E24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 16.91%
G = 13.24%
B = 69.85%

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

#2E24BE (or 0x2E24BE) is known color: Persian Blue. HEX triplet: 2E, 24 and BE. RGB value is (46,36,190). Sum of RGB (Red+Green+Blue) = 46+36+190=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E24BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24BE is #D1DB41. Grayscale: #373737. Windows color (decimal): -13753154 or 12461102. OLE color: 12461102.

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

Color convert

RGB 46 36 190 -
CMYK 0.76 0.81 0 0.25
HSL 243.9º 0.68% 0.44% -
HSV(B) 243.9º 0.81% 0.75% -
XYZ 11.05 5.56 49.21 -
YUV 56.55 203.31 120.48 -
System Red Green Blue C M Y K H S L
Decimal 46 36 190 0.76 0.81 0 0.25 243.9 0.68 0.44
Hex 2E 24 BE 4C 51 0 19 F4 44 2C
Octal 56 44 276 114 121 0 31 364 104 54
Binary 101110 100100 10111110 1001100 1010001 0 11001 11110100 1000100 101100

Color Harmonies of #2E24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24BE

Black with #2E24BE

Text Example


Text Example

White with #2E24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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