#2C0CBE

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

Shades of Medium Blue #2C0CBE

Tints of Medium Blue #2C0CBE

Color information

#2C0CBE (or 0x2C0CBE) is unknown color: approx Medium Blue. HEX triplet: 2C, 0C and BE. RGB value is (44,12,190). Sum of RGB (Red+Green+Blue) = 44+12+190=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C0CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0CBE is #D3F341. Grayscale: #292929. Windows color (decimal): -13890370 or 12454956. OLE color: 12454956.

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

Color convert

RGB4412190-
CMYK0.770.9400.25
HSL250.79º88.12%39.61%-
HSV(B)250.79º93.68%74.51%-
XYZ10.464.5249.04-
YUV41.86211.6129.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.89%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 190 (74.61% from 255) = 77.24%
R=17.89%
G=4.88%
B=77.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44121900.770.9400.25250.7988.1239.61
Hex2CCBE4D5E019fb5828
Octal541427611513603137313050
Binary10110011001011111010011011011110011001111110111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,12,190); }

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

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

 a { background-color: rgb(44,12,190); }

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

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

 span { border-color: rgb(44,12,190); }

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