#2E3DBE

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

Shades of Persian Blue #2E3DBE

Tints of Persian Blue #2E3DBE

Color information

#2E3DBE (or 0x2E3DBE) is unknown color: approx Persian Blue. HEX triplet: 2E, 3D and BE. RGB value is (46,61,190). Sum of RGB (Red+Green+Blue) = 46+61+190=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E3DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DBE is #D1C241. Grayscale: #464646. Windows color (decimal): -13746754 or 12467502. OLE color: 12467502.

HSL color Cylindrical-coordinate representation of color #2E3DBE: hue angle of 233.75º degrees, saturation: 0.61, 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 #2E3DBE is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4661190-
CMYK0.760.6800.25
HSL233.75º61.02%46.27%-
HSV(B)233.75º75.79%74.51%-
XYZ12.097.6449.55-
YUV71.22195.03110.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.49%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 190 (74.61% from 255) = 63.97%
R=15.49%
G=20.54%
B=63.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46611900.760.6800.25233.7561.0246.27
Hex2E3DBE4C44019ea3d2e
Octal56752761141040313527556
Binary101110111101101111101001100100010001100111101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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