#2E2DCE

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

Shades of Persian Blue #2E2DCE

Tints of Persian Blue #2E2DCE

Color information

#2E2DCE (or 0x2E2DCE) is unknown color: approx Persian Blue. HEX triplet: 2E, 2D and CE. RGB value is (46,45,206). Sum of RGB (Red+Green+Blue) = 46+45+206=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E2DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DCE is #D1D231. Grayscale: #3F3F3F. Windows color (decimal): -13750834 or 13511982. OLE color: 13511982.

HSL color Cylindrical-coordinate representation of color #2E2DCE: hue angle of 240.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E2DCE is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4645206-
CMYK0.780.7800.19
HSL240.37º64.14%49.22%-
HSV(B)240.37º78.16%80.78%-
XYZ13.216.9159.03-
YUV63.65208.33115.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 206 (80.86% from 255) = 69.36%
R=15.49%
G=15.15%
B=69.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46452060.780.7800.19240.3764.1449.22
Hex2E2DCE4E4E013f04031
Octal565531611611602336010061
Binary1011101011011100111010011101001110010011111100001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,45,206); }

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

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

 a { background-color: rgb(46,45,206); }

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

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

 span { border-color: rgb(46,45,206); }

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