#2E23CD

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

Shades of Persian Blue #2E23CD

Tints of Persian Blue #2E23CD

Color information

#2E23CD (or 0x2E23CD) is unknown color: approx Persian Blue. HEX triplet: 2E, 23 and CD. RGB value is (46,35,205). Sum of RGB (Red+Green+Blue) = 46+35+205=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E23CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E23CD is #D1DC32. Grayscale: #393939. Windows color (decimal): -13753395 or 13443886. OLE color: 13443886.

HSL color Cylindrical-coordinate representation of color #2E23CD: hue angle of 243.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E23CD is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4635205-
CMYK0.780.8300.20
HSL243.88º70.83%47.06%-
HSV(B)243.88º82.93%80.39%-
XYZ12.756.1958.28-
YUV57.67211.14119.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.08%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 205 (80.47% from 255) = 71.68%
R=16.08%
G=12.24%
B=71.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal46352050.780.8300.20243.8870.8347.06
Hex2E23CD4E53014f4472f
Octal564331511612302436410757
Binary1011101000111100110110011101010011010100111101001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E23CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,205); }

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

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

 a { background-color: rgb(46,35,205); }

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

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

 span { border-color: rgb(46,35,205); }

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