#2C2DAC

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

Shades of Persian Blue #2C2DAC

Tints of Persian Blue #2C2DAC

Color information

#2C2DAC (or 0x2C2DAC) is unknown color: approx Persian Blue. HEX triplet: 2C, 2D and AC. RGB value is (44,45,172). Sum of RGB (Red+Green+Blue) = 44+45+172=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #2C2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2DAC is #D3D253. Grayscale: #3A3A3A. Windows color (decimal): -13881940 or 11283756. OLE color: 11283756.

HSL color Cylindrical-coordinate representation of color #2C2DAC: hue angle of 239.53º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C2DAC is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4445172-
CMYK0.740.7400.33
HSL239.53º59.26%42.35%-
HSV(B)239.53º74.42%67.45%-
XYZ9.425.3939.57-
YUV59.18191.67117.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 172 (67.58% from 255) = 65.90%
R=16.86%
G=17.24%
B=65.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44451720.740.7400.33239.5359.2642.35
Hex2C2DAC4A4A021f03b2a
Octal54552541121120413607352
Binary1011001011011010110010010101001010010000111110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,45,172); }

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

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

 a { background-color: rgb(44,45,172); }

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

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

 span { border-color: rgb(44,45,172); }

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