#2C2DAA

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

Shades of Persian Blue #2C2DAA

Tints of Persian Blue #2C2DAA

Color information

#2C2DAA (or 0x2C2DAA) is unknown color: approx Persian Blue. HEX triplet: 2C, 2D and AA. RGB value is (44,45,170). Sum of RGB (Red+Green+Blue) = 44+45+170=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2DAA is #D3D255. Grayscale: #3A3A3A. Windows color (decimal): -13881942 or 11152684. OLE color: 11152684.

HSL color Cylindrical-coordinate representation of color #2C2DAA: hue angle of 239.52º 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 #2C2DAA is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4445170-
CMYK0.740.7400.33
HSL239.52º58.88%41.96%-
HSV(B)239.52º74.12%66.67%-
XYZ9.235.3138.57-
YUV58.95190.67117.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.99%
GREEN value IS 45 (17.97% from 255) = 17.37%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=16.99%
G=17.37%
B=65.64%

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
Decimal44451700.740.7400.33239.5258.8841.96
Hex2C2DAA4A4A021f03b2a
Octal54552521121120413607352
Binary1011001011011010101010010101001010010000111110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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