#2C12BF

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

Shades of Persian Blue #2C12BF

Tints of Persian Blue #2C12BF

Color information

#2C12BF (or 0x2C12BF) is unknown color: approx Persian Blue. HEX triplet: 2C, 12 and BF. RGB value is (44,18,191). Sum of RGB (Red+Green+Blue) = 44+18+191=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C12BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C12BF is #D3ED40. Grayscale: #2C2C2C. Windows color (decimal): -13888833 or 12522028. OLE color: 12522028.

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

Color convert

RGB4418191-
CMYK0.770.9100.25
HSL249.02º82.78%40.98%-
HSV(B)249.02º90.58%74.9%-
XYZ10.664.7349.64-
YUV45.5210.11126.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.39%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 191 (75% from 255) = 75.49%
R=17.39%
G=7.11%
B=75.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44181910.770.9100.25249.0282.7840.98
Hex2C12BF4D5B019f95329
Octal542227711513303137112351
Binary101100100101011111110011011011011011001111110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C12BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,18,191); }

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

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

 a { background-color: rgb(44,18,191); }

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

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

 span { border-color: rgb(44,18,191); }

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