#2c32e3

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

Shades of Persian Blue #2C32E3

Tints of Persian Blue #2C32E3

Color information

#2C32E3 (or 0x2C32E3) is unknown color: approx Persian Blue. HEX triplet: 2C, 32 and E3. RGB value is (44,50,227). Sum of RGB (Red+Green+Blue) = 44+50+227=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 227 (89.06% from 255 or 70.72% from 321); Max value from RGB is 227 - color contains mainly: blue. Hex color #2C32E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C32E3 is #D3CD1C. Grayscale: #434343. Windows color (decimal): -13880605 or 14889516. OLE color: 14889516.

HSL color Cylindrical-coordinate representation of color #2C32E3: hue angle of 238.03º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C32E3 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4450227-
CMYK0.810.7800.11
HSL238.03º76.57%53.14%-
HSV(B)238.03º80.62%89.02%-
XYZ16.048.3673.44-
YUV68.38217.51110.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.71%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 227 (89.06% from 255) = 70.72%
R=13.71%
G=15.58%
B=70.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal44502270.810.7800.11238.0376.5753.14
Hex2C32E3514E0Bee4d35
Octal546234312111601335611565
Binary101100110010111000111010001100111001011111011101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c32e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,227); }

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

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

 a { background-color: rgb(44,50,227); }

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

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

 span { border-color: rgb(44,50,227); }

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