#2E40BB

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

Shades of Persian Blue #2E40BB

Tints of Persian Blue #2E40BB

Color information

#2E40BB (or 0x2E40BB) is unknown color: approx Persian Blue. HEX triplet: 2E, 40 and BB. RGB value is (46,64,187). Sum of RGB (Red+Green+Blue) = 46+64+187=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E40BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E40BB is #D1BF44. Grayscale: #484848. Windows color (decimal): -13745989 or 12271662. OLE color: 12271662.

HSL color Cylindrical-coordinate representation of color #2E40BB: hue angle of 232.34º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E40BB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4664187-
CMYK0.750.6600.27
HSL232.34º60.52%45.69%-
HSV(B)232.34º75.4%73.33%-
XYZ11.937.8447.9-
YUV72.64192.54109-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 187 (73.44% from 255) = 62.96%
R=15.49%
G=21.55%
B=62.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46641870.750.6600.27232.3460.5245.69
Hex2E40BB4B4201Be83d2e
Octal561002731131020333507556
Binary1011101000000101110111001011100001001101111101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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