#2E3CC9

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

Shades of Persian Blue #2E3CC9

Tints of Persian Blue #2E3CC9

Color information

#2E3CC9 (or 0x2E3CC9) is unknown color: approx Persian Blue. HEX triplet: 2E, 3C and C9. RGB value is (46,60,201). Sum of RGB (Red+Green+Blue) = 46+60+201=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #2E3CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CC9 is #D1C336. Grayscale: #474747. Windows color (decimal): -13746999 or 13188142. OLE color: 13188142.

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

Color convert

RGB4660201-
CMYK0.770.7000.21
HSL234.58º62.75%48.43%-
HSV(B)234.58º77.11%78.82%-
XYZ13.298.0356.11-
YUV71.89200.86109.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.98%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 201 (78.91% from 255) = 65.47%
R=14.98%
G=19.54%
B=65.47%

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
Decimal46602010.770.7000.21234.5862.7548.43
Hex2E3CC94D46015eb3f30
Octal56743111151060253537760
Binary101110111100110010011001101100011001010111101011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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