#2E3DC9

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

Shades of Persian Blue #2E3DC9

Tints of Persian Blue #2E3DC9

Color information

#2E3DC9 (or 0x2E3DC9) is unknown color: approx Persian Blue. HEX triplet: 2E, 3D and C9. RGB value is (46,61,201). Sum of RGB (Red+Green+Blue) = 46+61+201=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E3DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DC9 is #D1C236. Grayscale: #474747. Windows color (decimal): -13746743 or 13188398. OLE color: 13188398.

HSL color Cylindrical-coordinate representation of color #2E3DC9: hue angle of 234.19º 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 #2E3DC9 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4661201-
CMYK0.770.7000.21
HSL234.19º62.75%48.43%-
HSV(B)234.19º77.11%78.82%-
XYZ13.348.1456.13-
YUV72.47200.53109.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.94%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=14.94%
G=19.81%
B=65.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46612010.770.7000.21234.1962.7548.43
Hex2E3DC94D46015ea3f30
Octal56753111151060253527760
Binary101110111101110010011001101100011001010111101010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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