#2e36c2

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

Shades of Persian Blue #2E36C2

Tints of Persian Blue #2E36C2

Color information

#2E36C2 (or 0x2E36C2) is unknown color: approx Persian Blue. HEX triplet: 2E, 36 and C2. RGB value is (46,54,194). Sum of RGB (Red+Green+Blue) = 46+54+194=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E36C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E36C2 is #D1C93D. Grayscale: #434343. Windows color (decimal): -13748542 or 12727854. OLE color: 12727854.

HSL color Cylindrical-coordinate representation of color #2E36C2: hue angle of 236.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E36C2 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4654194-
CMYK0.760.7200.24
HSL236.76º61.67%47.06%-
HSV(B)236.76º76.29%76.08%-
XYZ12.187.1151.77-
YUV67.57199.35112.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.65%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 194 (76.17% from 255) = 65.99%
R=15.65%
G=18.37%
B=65.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46541940.760.7200.24236.7661.6747.06
Hex2E36C24C48018ed3e2f
Octal56663021141100303557657
Binary101110110110110000101001100100100001100011101101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e36c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,194); }

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

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

 a { background-color: rgb(46,54,194); }

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

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

 span { border-color: rgb(46,54,194); }

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