#2C20CB

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

Shades of Persian Blue #2C20CB

Tints of Persian Blue #2C20CB

Color information

#2C20CB (or 0x2C20CB) is unknown color: approx Persian Blue. HEX triplet: 2C, 20 and CB. RGB value is (44,32,203). Sum of RGB (Red+Green+Blue) = 44+32+203=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C20CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C20CB is #D3DF34. Grayscale: #363636. Windows color (decimal): -13885237 or 13312044. OLE color: 13312044.

HSL color Cylindrical-coordinate representation of color #2C20CB: hue angle of 244.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C20CB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4432203-
CMYK0.780.8400.20
HSL244.21º72.77%46.08%-
HSV(B)244.21º84.24%79.61%-
XYZ12.335.8856.98-
YUV55.08211.48120.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 203 (79.69% from 255) = 72.76%
R=15.77%
G=11.47%
B=72.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44322030.780.8400.20244.2172.7746.08
Hex2C20CB4E54014f4492e
Octal544031311612402436411156
Binary1011001000001100101110011101010100010100111101001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C20CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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