#2E3DB5

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

Shades of Persian Blue #2E3DB5

Tints of Persian Blue #2E3DB5

Color information

#2E3DB5 (or 0x2E3DB5) is unknown color: approx Persian Blue. HEX triplet: 2E, 3D and B5. RGB value is (46,61,181). Sum of RGB (Red+Green+Blue) = 46+61+181=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 181 (71.09% from 255 or 62.85% from 288); Max value from RGB is 181 - color contains mainly: blue. Hex color #2E3DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DB5 is #D1C24A. Grayscale: #454545. Windows color (decimal): -13746763 or 11877678. OLE color: 11877678.

HSL color Cylindrical-coordinate representation of color #2E3DB5: hue angle of 233.33º degrees, saturation: 0.59, 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 #2E3DB5 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4661181-
CMYK0.750.6600.29
HSL233.33º59.47%44.51%-
HSV(B)233.33º74.59%70.98%-
XYZ11.147.2544.53-
YUV70.19190.53110.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.97%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 181 (71.09% from 255) = 62.85%
R=15.97%
G=21.18%
B=62.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46611810.750.6600.29233.3359.4744.51
Hex2E3DB54B4201De93b2d
Octal56752651131020353517355
Binary101110111101101101011001011100001001110111101001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,181); }

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

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

 a { background-color: rgb(46,61,181); }

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

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

 span { border-color: rgb(46,61,181); }

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