#2E3CBE

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

Shades of Persian Blue #2E3CBE

Tints of Persian Blue #2E3CBE

Color information

#2E3CBE (or 0x2E3CBE) is unknown color: approx Persian Blue. HEX triplet: 2E, 3C and BE. RGB value is (46,60,190). Sum of RGB (Red+Green+Blue) = 46+60+190=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E3CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CBE is #D1C341. Grayscale: #464646. Windows color (decimal): -13747010 or 12467246. OLE color: 12467246.

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

Color convert

RGB4660190-
CMYK0.760.6800.25
HSL234.17º61.02%46.27%-
HSV(B)234.17º75.79%74.51%-
XYZ12.047.5349.53-
YUV70.63195.36110.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.54%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 190 (74.61% from 255) = 64.19%
R=15.54%
G=20.27%
B=64.19%

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
Decimal46601900.760.6800.25234.1761.0246.27
Hex2E3CBE4C44019ea3d2e
Octal56742761141040313527556
Binary101110111100101111101001100100010001100111101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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