#2E27BA

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

Shades of Persian Blue #2E27BA

Tints of Persian Blue #2E27BA

Color information

#2E27BA (or 0x2E27BA) is unknown color: approx Persian Blue. HEX triplet: 2E, 27 and BA. RGB value is (46,39,186). Sum of RGB (Red+Green+Blue) = 46+39+186=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E27BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E27BA is #D1D845. Grayscale: #393939. Windows color (decimal): -13752390 or 12199726. OLE color: 12199726.

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

Color convert

RGB4639186-
CMYK0.750.7900.27
HSL242.86º65.33%44.12%-
HSV(B)242.86º79.03%72.94%-
XYZ10.725.5846.97-
YUV57.85200.32119.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 186 (73.05% from 255) = 68.63%
R=16.97%
G=14.39%
B=68.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46391860.750.7900.27242.8665.3344.12
Hex2E27BA4B4F01Bf3412c
Octal564727211311703336310154
Binary1011101001111011101010010111001111011011111100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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