#2C20BD

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

Shades of Persian Blue #2C20BD

Tints of Persian Blue #2C20BD

Color information

#2C20BD (or 0x2C20BD) is unknown color: approx Persian Blue. HEX triplet: 2C, 20 and BD. RGB value is (44,32,189). Sum of RGB (Red+Green+Blue) = 44+32+189=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C20BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20BD is #D3DF42. Grayscale: #343434. Windows color (decimal): -13885251 or 12394540. OLE color: 12394540.

HSL color Cylindrical-coordinate representation of color #2C20BD: hue angle of 244.59º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C20BD is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4432189-
CMYK0.770.8300.26
HSL244.59º71.04%43.33%-
HSV(B)244.59º83.07%74.12%-
XYZ10.745.2448.59-
YUV53.49204.48121.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 189 (74.22% from 255) = 71.32%
R=16.60%
G=12.08%
B=71.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44321890.770.8300.26244.5971.0443.33
Hex2C20BD4D5301Af5472b
Octal544027511512303236510753
Binary1011001000001011110110011011010011011010111101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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