#2E18B3

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

Shades of Persian Blue #2E18B3

Tints of Persian Blue #2E18B3

Color information

#2E18B3 (or 0x2E18B3) is unknown color: approx Persian Blue. HEX triplet: 2E, 18 and B3. RGB value is (46,24,179). Sum of RGB (Red+Green+Blue) = 46+24+179=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 179 (70.31% from 255 or 71.89% from 249); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E18B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E18B3 is #D1E74C. Grayscale: #2F2F2F. Windows color (decimal): -13756237 or 11737134. OLE color: 11737134.

HSL color Cylindrical-coordinate representation of color #2E18B3: hue angle of 248.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E18B3 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4624179-
CMYK0.740.8700.30
HSL248.52º76.35%39.8%-
HSV(B)248.52º86.59%70.2%-
XYZ9.594.4943.01-
YUV48.25201.79126.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 179 (70.31% from 255) = 71.89%
R=18.47%
G=9.64%
B=71.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46241790.740.8700.30248.5276.3539.8
Hex2E18B34A5701Ef94c28
Octal563026311212703637111450
Binary101110110001011001110010101010111011110111110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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