#2E24C1

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

Shades of Persian Blue #2E24C1

Tints of Persian Blue #2E24C1

Color information

#2E24C1 (or 0x2E24C1) is unknown color: approx Persian Blue. HEX triplet: 2E, 24 and C1. RGB value is (46,36,193). Sum of RGB (Red+Green+Blue) = 46+36+193=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E24C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E24C1 is #D1DB3E. Grayscale: #383838. Windows color (decimal): -13753151 or 12657710. OLE color: 12657710.

HSL color Cylindrical-coordinate representation of color #2E24C1: hue angle of 243.82º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E24C1 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4636193-
CMYK0.760.8100.24
HSL243.82º68.56%44.9%-
HSV(B)243.82º81.35%75.69%-
XYZ11.385.6950.95-
YUV56.89204.81120.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.73%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 193 (75.78% from 255) = 70.18%
R=16.73%
G=13.09%
B=70.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46361930.760.8100.24243.8268.5644.9
Hex2E24C14C51018f4452d
Octal564430111412103036410555
Binary1011101001001100000110011001010001011000111101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E24C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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