#2E3EBB

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

Shades of Persian Blue #2E3EBB

Tints of Persian Blue #2E3EBB

Color information

#2E3EBB (or 0x2E3EBB) is unknown color: approx Persian Blue. HEX triplet: 2E, 3E and BB. RGB value is (46,62,187). Sum of RGB (Red+Green+Blue) = 46+62+187=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EBB is #D1C144. Grayscale: #464646. Windows color (decimal): -13746501 or 12271150. OLE color: 12271150.

HSL color Cylindrical-coordinate representation of color #2E3EBB: hue angle of 233.19º 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 #2E3EBB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4662187-
CMYK0.750.6700.27
HSL233.19º60.52%45.69%-
HSV(B)233.19º75.4%73.33%-
XYZ11.827.6147.86-
YUV71.47193.2109.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.59%
GREEN value IS 62 (24.61% from 255) = 21.02%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=15.59%
G=21.02%
B=63.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46621870.750.6700.27233.1960.5245.69
Hex2E3EBB4B4301Be93d2e
Octal56762731131030333517556
Binary101110111110101110111001011100001101101111101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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