#2C2FA9

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

Shades of Persian Blue #2C2FA9

Tints of Persian Blue #2C2FA9

Color information

#2C2FA9 (or 0x2C2FA9) is unknown color: approx Persian Blue. HEX triplet: 2C, 2F and A9. RGB value is (44,47,169). Sum of RGB (Red+Green+Blue) = 44+47+169=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 169 (66.41% from 255 or 65% from 260); Max value from RGB is 169 - color contains mainly: blue. Hex color #2C2FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2FA9 is #D3D056. Grayscale: #3B3B3B. Windows color (decimal): -13881431 or 11087660. OLE color: 11087660.

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

Color convert

RGB4447169-
CMYK0.740.7200.34
HSL238.56º58.69%41.76%-
HSV(B)238.56º73.96%66.27%-
XYZ9.225.4338.1-
YUV60.01189.51116.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.92%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 169 (66.41% from 255) = 65%
R=16.92%
G=18.08%
B=65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal44471690.740.7200.34238.5658.6941.76
Hex2C2FA94A48022ef3b2a
Octal54572511121100423577352
Binary1011001011111010100110010101001000010001011101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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