#2C1CB8

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

Shades of Persian Blue #2C1CB8

Tints of Persian Blue #2C1CB8

Color information

#2C1CB8 (or 0x2C1CB8) is unknown color: approx Persian Blue. HEX triplet: 2C, 1C and B8. RGB value is (44,28,184). Sum of RGB (Red+Green+Blue) = 44+28+184=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 184 (72.27% from 255 or 71.88% from 256); Max value from RGB is 184 - color contains mainly: blue. Hex color #2C1CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1CB8 is #D3E347. Grayscale: #313131. Windows color (decimal): -13886280 or 12065836. OLE color: 12065836.

HSL color Cylindrical-coordinate representation of color #2C1CB8: hue angle of 246.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1CB8 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4428184-
CMYK0.760.8500.28
HSL246.15º73.58%41.57%-
HSV(B)246.15º84.78%72.16%-
XYZ10.114.8345.75-
YUV50.57203.3123.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.19%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 184 (72.27% from 255) = 71.88%
R=17.19%
G=10.94%
B=71.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal44281840.760.8500.28246.1573.5841.57
Hex2C1CB84C5501Cf64a2a
Octal543427011412503436611252
Binary101100111001011100010011001010101011100111101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,28,184); }

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

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

 a { background-color: rgb(44,28,184); }

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

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

 span { border-color: rgb(44,28,184); }

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