#2e23b7

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

Shades of Persian Blue #2E23B7

Tints of Persian Blue #2E23B7

Color information

#2E23B7 (or 0x2E23B7) is unknown color: approx Persian Blue. HEX triplet: 2E, 23 and B7. RGB value is (46,35,183). Sum of RGB (Red+Green+Blue) = 46+35+183=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 183 (71.88% from 255 or 69.32% from 264); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E23B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E23B7 is #D1DC48. Grayscale: #363636. Windows color (decimal): -13753417 or 12002094. OLE color: 12002094.

HSL color Cylindrical-coordinate representation of color #2E23B7: hue angle of 244.46º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E23B7 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4635183-
CMYK0.750.8100.28
HSL244.46º67.89%42.75%-
HSV(B)244.46º80.87%71.76%-
XYZ10.275.245.26-
YUV55.16200.14121.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 183 (71.88% from 255) = 69.32%
R=17.42%
G=13.26%
B=69.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal46351830.750.8100.28244.4667.8942.75
Hex2E23B74B5101Cf4442b
Octal564326711312103436410453
Binary1011101000111011011110010111010001011100111101001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e23b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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