#2E3BD0

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

Shades of Persian Blue #2E3BD0

Tints of Persian Blue #2E3BD0

Color information

#2E3BD0 (or 0x2E3BD0) is unknown color: approx Persian Blue. HEX triplet: 2E, 3B and D0. RGB value is (46,59,208). Sum of RGB (Red+Green+Blue) = 46+59+208=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #2E3BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BD0 is #D1C42F. Grayscale: #474747. Windows color (decimal): -13747248 or 13646638. OLE color: 13646638.

HSL color Cylindrical-coordinate representation of color #2E3BD0: hue angle of 235.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E3BD0 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4659208-
CMYK0.780.7200.18
HSL235.19º63.78%49.8%-
HSV(B)235.19º77.88%81.57%-
XYZ14.088.2660.53-
YUV72.1204.69109.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 208 (81.64% from 255) = 66.45%
R=14.70%
G=18.85%
B=66.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal46592080.780.7200.18235.1963.7849.8
Hex2E3BD04E48012eb4032
Octal567332011611002235310062
Binary1011101110111101000010011101001000010010111010111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,59,208); }

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

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

 a { background-color: rgb(46,59,208); }

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

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

 span { border-color: rgb(46,59,208); }

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