#2E40B6

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

Shades of Persian Blue #2E40B6

Tints of Persian Blue #2E40B6

Color information

#2E40B6 (or 0x2E40B6) is unknown color: approx Persian Blue. HEX triplet: 2E, 40 and B6. RGB value is (46,64,182). Sum of RGB (Red+Green+Blue) = 46+64+182=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E40B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40B6 is #D1BF49. Grayscale: #474747. Windows color (decimal): -13745994 or 11943982. OLE color: 11943982.

HSL color Cylindrical-coordinate representation of color #2E40B6: hue angle of 232.06º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E40B6 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4664182-
CMYK0.750.6500.29
HSL232.06º59.65%44.71%-
HSV(B)232.06º74.73%71.37%-
XYZ11.47.6345.13-
YUV72.07190.04109.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.75%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 182 (71.48% from 255) = 62.33%
R=15.75%
G=21.92%
B=62.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46641820.750.6500.29232.0659.6544.71
Hex2E40B64B4101De83c2d
Octal561002661131010353507455
Binary1011101000000101101101001011100000101110111101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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