#2C2FAA

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

Shades of Persian Blue #2C2FAA

Tints of Persian Blue #2C2FAA

Color information

#2C2FAA (or 0x2C2FAA) is unknown color: approx Persian Blue. HEX triplet: 2C, 2F and AA. RGB value is (44,47,170). Sum of RGB (Red+Green+Blue) = 44+47+170=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2FAA is #D3D055. Grayscale: #3B3B3B. Windows color (decimal): -13881430 or 11153196. OLE color: 11153196.

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

Color convert

RGB4447170-
CMYK0.740.7200.33
HSL238.57º58.88%41.96%-
HSV(B)238.57º74.12%66.67%-
XYZ9.315.4738.6-
YUV60.12190.01116.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=16.86%
G=18.01%
B=65.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44471700.740.7200.33238.5758.8841.96
Hex2C2FAA4A48021ef3b2a
Octal54572521121100413577352
Binary1011001011111010101010010101001000010000111101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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