#2C2FAE

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

Shades of Persian Blue #2C2FAE

Tints of Persian Blue #2C2FAE

Color information

#2C2FAE (or 0x2C2FAE) is unknown color: approx Persian Blue. HEX triplet: 2C, 2F and AE. RGB value is (44,47,174). Sum of RGB (Red+Green+Blue) = 44+47+174=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2FAE is #D3D051. Grayscale: #3C3C3C. Windows color (decimal): -13881426 or 11415340. OLE color: 11415340.

HSL color Cylindrical-coordinate representation of color #2C2FAE: hue angle of 238.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C2FAE is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4447174-
CMYK0.750.7300.32
HSL238.62º59.63%42.75%-
HSV(B)238.62º74.71%68.24%-
XYZ9.75.6240.62-
YUV60.58192.01116.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 174 (68.36% from 255) = 65.66%
R=16.60%
G=17.74%
B=65.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44471740.750.7300.32238.6259.6342.75
Hex2C2FAE4B49020ef3c2b
Octal54572561131110403577453
Binary1011001011111010111010010111001001010000011101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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