#2E27BE

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

Shades of Persian Blue #2E27BE

Tints of Persian Blue #2E27BE

Color information

#2E27BE (or 0x2E27BE) is unknown color: approx Persian Blue. HEX triplet: 2E, 27 and BE. RGB value is (46,39,190). Sum of RGB (Red+Green+Blue) = 46+39+190=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E27BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E27BE is #D1D841. Grayscale: #393939. Windows color (decimal): -13752386 or 12461870. OLE color: 12461870.

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

Color convert

RGB4639190-
CMYK0.760.7900.25
HSL242.78º65.94%44.9%-
HSV(B)242.78º79.47%74.51%-
XYZ11.155.7549.24-
YUV58.31202.32119.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=16.73%
G=14.18%
B=69.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46391900.760.7900.25242.7865.9444.9
Hex2E27BE4C4F019f3422d
Octal564727611411703136310255
Binary1011101001111011111010011001001111011001111100111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E27BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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