#2e18c4

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

Shades of Persian Blue #2E18C4

Tints of Persian Blue #2E18C4

Color information

#2E18C4 (or 0x2E18C4) is unknown color: approx Persian Blue. HEX triplet: 2E, 18 and C4. RGB value is (46,24,196). Sum of RGB (Red+Green+Blue) = 46+24+196=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #2E18C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18C4 is #D1E73B. Grayscale: #313131. Windows color (decimal): -13756220 or 12851246. OLE color: 12851246.

HSL color Cylindrical-coordinate representation of color #2E18C4: hue angle of 247.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E18C4 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4624196-
CMYK0.770.8800.23
HSL247.67º78.18%43.14%-
HSV(B)247.67º87.76%76.86%-
XYZ11.425.2252.63-
YUV50.19210.29125.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.29%
GREEN value IS 24 (9.77% from 255) = 9.02%
BLUE value IS 196 (76.95% from 255) = 73.68%
R=17.29%
G=9.02%
B=73.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal46241960.770.8800.23247.6778.1843.14
Hex2E18C44D58017f84e2b
Octal563030411513002737011653
Binary101110110001100010010011011011000010111111110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e18c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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