Html Css Color HEX #2E24BF Persian Blue

📋 copy color: '#2E24BF'

red 46 ◦ green 36 ◦ blue 191

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

Shades of Persian Blue #2E24BF

Tints of Persian Blue #2E24BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.96%

R = 16.85%
G = 13.19%
B = 69.96%

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

#2E24BF (or 0x2E24BF) is known color: Persian Blue. HEX triplet: 2E, 24 and BF. RGB value is (46,36,191). Sum of RGB (Red+Green+Blue) = 46+36+191=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E24BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24BF is #D1DB40. Grayscale: #383838. Windows color (decimal): -13753153 or 12526638. OLE color: 12526638.

HSL color Cylindrical-coordinate representation of color #2E24BF: hue angle of 243.87º 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 #2E24BF is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 36 191 -
CMYK 0.76 0.81 0 0.25
HSL 243.87º 0.68% 0.45% -
HSV(B) 243.87º 0.81% 0.75% -
XYZ 11.16 5.6 49.78 -
YUV 56.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 46 36 191 0.76 0.81 0 0.25 243.87 0.68 0.45
Hex 2E 24 BF 4C 51 0 19 F4 44 2D
Octal 56 44 277 114 121 0 31 364 104 55
Binary 101110 100100 10111111 1001100 1010001 0 11001 11110100 1000100 101101

Color Harmonies of #2E24BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24BF

Black with #2E24BF

Text Example


Text Example

White with #2E24BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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