#2E18C0

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

Shades of Persian Blue #2E18C0

Tints of Persian Blue #2E18C0

Color information

#2E18C0 (or 0x2E18C0) is unknown color: approx Persian Blue. HEX triplet: 2E, 18 and C0. RGB value is (46,24,192). Sum of RGB (Red+Green+Blue) = 46+24+192=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 192 (75.39% from 255 or 73.28% from 262); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E18C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18C0 is #D1E73F. Grayscale: #313131. Windows color (decimal): -13756224 or 12589102. OLE color: 12589102.

HSL color Cylindrical-coordinate representation of color #2E18C0: hue angle of 247.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E18C0 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4624192-
CMYK0.760.8800.25
HSL247.86º77.78%42.35%-
HSV(B)247.86º87.5%75.29%-
XYZ10.975.0450.26-
YUV49.73208.29125.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.56%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 192 (75.39% from 255) = 73.28%
R=17.56%
G=9.16%
B=73.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46241920.760.8800.25247.8677.7842.35
Hex2E18C04C58019f84e2a
Octal563030011413003137011652
Binary101110110001100000010011001011000011001111110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E18C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,192); }

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

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

 a { background-color: rgb(46,24,192); }

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

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

 span { border-color: rgb(46,24,192); }

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