#2C20B3

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

Shades of Persian Blue #2C20B3

Tints of Persian Blue #2C20B3

Color information

#2C20B3 (or 0x2C20B3) is unknown color: approx Persian Blue. HEX triplet: 2C, 20 and B3. RGB value is (44,32,179). Sum of RGB (Red+Green+Blue) = 44+32+179=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C20B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20B3 is #D3DF4C. Grayscale: #333333. Windows color (decimal): -13885261 or 11739180. OLE color: 11739180.

HSL color Cylindrical-coordinate representation of color #2C20B3: hue angle of 244.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C20B3 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4432179-
CMYK0.750.8200.30
HSL244.9º69.67%41.37%-
HSV(B)244.9º82.12%70.2%-
XYZ9.694.8243.07-
YUV52.35199.48122.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 179 (70.31% from 255) = 70.20%
R=17.25%
G=12.55%
B=70.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal44321790.750.8200.30244.969.6741.37
Hex2C20B34B5201Ef54629
Octal544026311312203636510651
Binary1011001000001011001110010111010010011110111101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,179); }

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

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

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

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

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

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

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