Html Css Color HEX #2E11BE Persian Blue

📋 copy color: '#2E11BE'

red 46 ◦ green 17 ◦ blue 190

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

Shades of Persian Blue #2E11BE

Tints of Persian Blue #2E11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 18.18%
G = 6.72%
B = 75.1%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E11BE (or 0x2E11BE) is known color: Persian Blue. HEX triplet: 2E, 11 and BE. RGB value is (46,17,190). Sum of RGB (Red+Green+Blue) = 46+17+190=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11BE is #D1EE41. Grayscale: #2C2C2C. Windows color (decimal): -13758018 or 12456238. OLE color: 12456238.

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

Color convert

RGB 46 17 190 -
CMYK 0.76 0.91 0 0.25
HSL 250.06º 0.84% 0.41% -
HSV(B) 250.06º 0.91% 0.75% -
XYZ 10.62 4.7 49.06 -
YUV 45.39 209.61 128.43 -
System Red Green Blue C M Y K H S L
Decimal 46 17 190 0.76 0.91 0 0.25 250.06 0.84 0.41
Hex 2E 11 BE 4C 5B 0 19 FA 54 29
Octal 56 21 276 114 133 0 31 372 124 51
Binary 101110 10001 10111110 1001100 1011011 0 11001 11111010 1010100 101001

Color Harmonies of #2E11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E11BE

Black with #2E11BE

Text Example


Text Example

White with #2E11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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