#2D40BE

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

Shades of Persian Blue #2D40BE

Tints of Persian Blue #2D40BE

Color information

#2D40BE (or 0x2D40BE) is unknown color: approx Persian Blue. HEX triplet: 2D, 40 and BE. RGB value is (45,64,190). Sum of RGB (Red+Green+Blue) = 45+64+190=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D40BE is #D2BF41. Grayscale: #484848. Windows color (decimal): -13811522 or 12468269. OLE color: 12468269.

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

Color convert

RGB4564190-
CMYK0.760.6600.25
HSL232.14º61.7%46.08%-
HSV(B)232.14º76.32%74.51%-
XYZ12.217.9449.6-
YUV72.68194.21108.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 190 (74.61% from 255) = 63.55%
R=15.05%
G=21.40%
B=63.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45641900.760.6600.25232.1461.746.08
Hex2D40BE4C42019e83e2e
Octal551002761141020313507656
Binary1011011000000101111101001100100001001100111101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,190); }

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

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

 a { background-color: rgb(45,64,190); }

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

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

 span { border-color: rgb(45,64,190); }

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