#2E40C3

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

Shades of Persian Blue #2E40C3

Tints of Persian Blue #2E40C3

Color information

#2E40C3 (or 0x2E40C3) is unknown color: approx Persian Blue. HEX triplet: 2E, 40 and C3. RGB value is (46,64,195). Sum of RGB (Red+Green+Blue) = 46+64+195=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E40C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40C3 is #D1BF3C. Grayscale: #494949. Windows color (decimal): -13745981 or 12795950. OLE color: 12795950.

HSL color Cylindrical-coordinate representation of color #2E40C3: hue angle of 232.75º 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 #2E40C3 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4664195-
CMYK0.760.6700.24
HSL232.75º61.83%47.25%-
HSV(B)232.75º76.41%76.47%-
XYZ12.818.1952.53-
YUV73.55196.54108.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 195 (76.56% from 255) = 63.93%
R=15.08%
G=20.98%
B=63.93%

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
Decimal46641950.760.6700.24232.7561.8347.25
Hex2E40C34C43018e93e2f
Octal561003031141030303517657
Binary1011101000000110000111001100100001101100011101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E40C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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