#2E11BD

Color #2E11BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E11BD

Tints of Persian Blue #2E11BD

Color information

#2E11BD (or 0x2E11BD) is unknown color: approx Persian Blue. HEX triplet: 2E, 11 and BD. RGB value is (46,17,189). Sum of RGB (Red+Green+Blue) = 46+17+189=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E11BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11BD is #D1EE42. Grayscale: #2C2C2C. Windows color (decimal): -13758019 or 12390702. OLE color: 12390702.

HSL color Cylindrical-coordinate representation of color #2E11BD: hue angle of 250.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E11BD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4617189-
CMYK0.760.9100.26
HSL250.12º83.5%40.39%-
HSV(B)250.12º91.01%74.12%-
XYZ10.514.6648.49-
YUV45.28209.11128.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 189 (74.22% from 255) = 75%
R=18.25%
G=6.75%
B=75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal46171890.760.9100.26250.1283.540.39
Hex2E11BD4C5B01Afa5328
Octal562127511413303237212350
Binary101110100011011110110011001011011011010111110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E11BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E11BD;
 }
 .AnyTagClassName
 {
   color: #2E11BD;
 }
</style>
background-color css

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

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

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

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

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

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