#2E40C1

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

Shades of Persian Blue #2E40C1

Tints of Persian Blue #2E40C1

Color information

#2E40C1 (or 0x2E40C1) is unknown color: approx Persian Blue. HEX triplet: 2E, 40 and C1. RGB value is (46,64,193). Sum of RGB (Red+Green+Blue) = 46+64+193=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E40C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40C1 is #D1BF3E. Grayscale: #484848. Windows color (decimal): -13745983 or 12664878. OLE color: 12664878.

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

Color convert

RGB4664193-
CMYK0.760.6700.24
HSL232.65º61.51%46.86%-
HSV(B)232.65º76.17%75.69%-
XYZ12.598.151.35-
YUV73.32195.54108.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 193 (75.78% from 255) = 63.70%
R=15.18%
G=21.12%
B=63.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46641930.760.6700.24232.6561.5146.86
Hex2E40C14C43018e93e2f
Octal561003011141030303517657
Binary1011101000000110000011001100100001101100011101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E40C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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