#2E2CBA

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

Shades of Persian Blue #2E2CBA

Tints of Persian Blue #2E2CBA

Color information

#2E2CBA (or 0x2E2CBA) is unknown color: approx Persian Blue. HEX triplet: 2E, 2C and BA. RGB value is (46,44,186). Sum of RGB (Red+Green+Blue) = 46+44+186=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E2CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CBA is #D1D345. Grayscale: #3C3C3C. Windows color (decimal): -13751110 or 12201006. OLE color: 12201006.

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

Color convert

RGB4644186-
CMYK0.750.7600.27
HSL240.85º61.74%45.1%-
HSV(B)240.85º76.34%72.94%-
XYZ10.895.9347.02-
YUV60.79198.66117.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.67%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 186 (73.05% from 255) = 67.39%
R=16.67%
G=15.94%
B=67.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46441860.750.7600.27240.8561.7445.1
Hex2E2CBA4B4C01Bf13e2d
Octal56542721131140333617655
Binary101110101100101110101001011100110001101111110001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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