#2C32E1

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

Shades of Persian Blue #2C32E1

Tints of Persian Blue #2C32E1

Color information

#2C32E1 (or 0x2C32E1) is unknown color: approx Persian Blue. HEX triplet: 2C, 32 and E1. RGB value is (44,50,225). Sum of RGB (Red+Green+Blue) = 44+50+225=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 225 (88.28% from 255 or 70.53% from 319); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C32E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C32E1 is #D3CD1E. Grayscale: #434343. Windows color (decimal): -13880607 or 14758444. OLE color: 14758444.

HSL color Cylindrical-coordinate representation of color #2C32E1: hue angle of 238.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C32E1 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4450225-
CMYK0.800.7800.12
HSL238.01º75.1%52.75%-
HSV(B)238.01º80.44%88.24%-
XYZ15.778.2572-
YUV68.16216.51110.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.79%
GREEN value IS 50 (19.92% from 255) = 15.67%
BLUE value IS 225 (88.28% from 255) = 70.53%
R=13.79%
G=15.67%
B=70.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal44502250.800.7800.12238.0175.152.75
Hex2C32E1504E0Cee4b35
Octal546234112011601435611365
Binary101100110010111000011010000100111001100111011101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C32E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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