Html Css Color HEX #2E15BB Persian Blue

📋 copy color: '#2E15BB'

red 46 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2E15BB

Tints of Persian Blue #2E15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 187 (73.44% from 255) = 73.62%

R = 18.11%
G = 8.27%
B = 73.62%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E15BB (or 0x2E15BB) is known color: Persian Blue. HEX triplet: 2E, 15 and BB. RGB value is (46,21,187). Sum of RGB (Red+Green+Blue) = 46+21+187=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E15BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E15BB is #D1EA44. Grayscale: #2E2E2E. Windows color (decimal): -13756997 or 12260654. OLE color: 12260654.

HSL color Cylindrical-coordinate representation of color #2E15BB: hue angle of 249.04º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E15BB is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 21 187 -
CMYK 0.75 0.89 0 0.27
HSL 249.04º 0.8% 0.41% -
HSV(B) 249.04º 0.89% 0.73% -
XYZ 10.36 4.71 47.38 -
YUV 47.4 206.78 127 -
System Red Green Blue C M Y K H S L
Decimal 46 21 187 0.75 0.89 0 0.27 249.04 0.8 0.41
Hex 2E 15 BB 4B 59 0 1B F9 50 29
Octal 56 25 273 113 131 0 33 371 120 51
Binary 101110 10101 10111011 1001011 1011001 0 11011 11111001 1010000 101001

Color Harmonies of #2E15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E15BB

Black with #2E15BB

Text Example


Text Example

White with #2E15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,21,187); }

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

background-color css

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

 a { background-color: rgb(46,21,187); }

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

border-color css

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

 span { border-color: rgb(46,21,187); }

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