#2C11BC

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

Shades of Persian Blue #2C11BC

Tints of Persian Blue #2C11BC

Color information

#2C11BC (or 0x2C11BC) is unknown color: approx Persian Blue. HEX triplet: 2C, 11 and BC. RGB value is (44,17,188). Sum of RGB (Red+Green+Blue) = 44+17+188=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C11BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11BC is #D3EE43. Grayscale: #2B2B2B. Windows color (decimal): -13889092 or 12325164. OLE color: 12325164.

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

Color convert

RGB4417188-
CMYK0.770.9100.26
HSL249.47º83.41%40.2%-
HSV(B)249.47º90.96%73.73%-
XYZ10.324.5747.91-
YUV44.57208.95127.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 188 (73.83% from 255) = 75.50%
R=17.67%
G=6.83%
B=75.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44171880.770.9100.26249.4783.4140.2
Hex2C11BC4D5B01Af95328
Octal542127411513303237112350
Binary101100100011011110010011011011011011010111110011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C11BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,17,188); }

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

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

 a { background-color: rgb(44,17,188); }

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

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

 span { border-color: rgb(44,17,188); }

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