#2E24B0

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

Shades of Persian Blue #2E24B0

Tints of Persian Blue #2E24B0

Color information

#2E24B0 (or 0x2E24B0) is unknown color: approx Persian Blue. HEX triplet: 2E, 24 and B0. RGB value is (46,36,176). Sum of RGB (Red+Green+Blue) = 46+36+176=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #2E24B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E24B0 is #D1DB4F. Grayscale: #363636. Windows color (decimal): -13753168 or 11543598. OLE color: 11543598.

HSL color Cylindrical-coordinate representation of color #2E24B0: hue angle of 244.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E24B0 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4636176-
CMYK0.740.8000.31
HSL244.29º66.04%41.57%-
HSV(B)244.29º79.55%69.02%-
XYZ9.594.9841.53-
YUV54.95196.31121.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 176 (69.14% from 255) = 68.22%
R=17.83%
G=13.95%
B=68.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46361760.740.8000.31244.2966.0441.57
Hex2E24B04A5001Ff4422a
Octal564426011212003736410252
Binary1011101001001011000010010101010000011111111101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E24B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,176); }

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

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

 a { background-color: rgb(46,36,176); }

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

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

 span { border-color: rgb(46,36,176); }

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