#2E3EC9

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

Shades of Persian Blue #2E3EC9

Tints of Persian Blue #2E3EC9

Color information

#2E3EC9 (or 0x2E3EC9) is unknown color: approx Persian Blue. HEX triplet: 2E, 3E and C9. RGB value is (46,62,201). Sum of RGB (Red+Green+Blue) = 46+62+201=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E3EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EC9 is #D1C136. Grayscale: #484848. Windows color (decimal): -13746487 or 13188654. OLE color: 13188654.

HSL color Cylindrical-coordinate representation of color #2E3EC9: hue angle of 233.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E3EC9 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4662201-
CMYK0.770.6900.21
HSL233.81º62.75%48.43%-
HSV(B)233.81º77.11%78.82%-
XYZ13.398.2456.14-
YUV73.06200.2108.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.89%
GREEN value IS 62 (24.61% from 255) = 20.06%
BLUE value IS 201 (78.91% from 255) = 65.05%
R=14.89%
G=20.06%
B=65.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46622010.770.6900.21233.8162.7548.43
Hex2E3EC94D45015ea3f30
Octal56763111151050253527760
Binary101110111110110010011001101100010101010111101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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