#2C2CA9

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

Shades of Persian Blue #2C2CA9

Tints of Persian Blue #2C2CA9

Color information

#2C2CA9 (or 0x2C2CA9) is unknown color: approx Persian Blue. HEX triplet: 2C, 2C and A9. RGB value is (44,44,169). Sum of RGB (Red+Green+Blue) = 44+44+169=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C2CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2CA9 is #D3D356. Grayscale: #393939. Windows color (decimal): -13882199 or 11086892. OLE color: 11086892.

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

Color convert

RGB4444169-
CMYK0.740.7400.34
HSL240º58.69%41.76%-
HSV(B)240º73.96%66.27%-
XYZ9.15.238.06-
YUV58.25190.5117.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 169 (66.41% from 255) = 65.76%
R=17.12%
G=17.12%
B=65.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44441690.740.7400.3424058.6941.76
Hex2C2CA94A4A022f03b2a
Octal54542511121120423607352
Binary1011001011001010100110010101001010010001011110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,44,169); }

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

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

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

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

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

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

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