#2C2ACC

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

Shades of Persian Blue #2C2ACC

Tints of Persian Blue #2C2ACC

Color information

#2C2ACC (or 0x2C2ACC) is unknown color: approx Persian Blue. HEX triplet: 2C, 2A and CC. RGB value is (44,42,204). Sum of RGB (Red+Green+Blue) = 44+42+204=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C2ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C2ACC is #D3D533. Grayscale: #3C3C3C. Windows color (decimal): -13882676 or 13380140. OLE color: 13380140.

HSL color Cylindrical-coordinate representation of color #2C2ACC: hue angle of 240.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C2ACC is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4442204-
CMYK0.780.7900.2
HSL240.74º65.85%48.24%-
HSV(B)240.74º79.41%80%-
XYZ12.776.5557.72-
YUV61.07208.66115.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.17%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 204 (80.08% from 255) = 70.34%
R=15.17%
G=14.48%
B=70.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal44422040.780.7900.2240.7465.8548.24
Hex2C2ACC4E4F014f14230
Octal545231411611702436110260
Binary1011001010101100110010011101001111010100111100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,42,204); }

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

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

 a { background-color: rgb(44,42,204); }

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

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

 span { border-color: rgb(44,42,204); }

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