#2E2CBE

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

Shades of Persian Blue #2E2CBE

Tints of Persian Blue #2E2CBE

Color information

#2E2CBE (or 0x2E2CBE) is unknown color: approx Persian Blue. HEX triplet: 2E, 2C and BE. RGB value is (46,44,190). Sum of RGB (Red+Green+Blue) = 46+44+190=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CBE is #D1D341. Grayscale: #3C3C3C. Windows color (decimal): -13751106 or 12463150. OLE color: 12463150.

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

Color convert

RGB4644190-
CMYK0.760.7700.25
HSL240.82º62.39%45.88%-
HSV(B)240.82º76.84%74.51%-
XYZ11.326.149.3-
YUV61.24200.66117.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 190 (74.61% from 255) = 67.86%
R=16.43%
G=15.71%
B=67.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46441900.760.7700.25240.8262.3945.88
Hex2E2CBE4C4D019f13e2e
Octal56542761141150313617656
Binary101110101100101111101001100100110101100111110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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