#2C03BC

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

Shades of Medium Blue #2C03BC

Tints of Medium Blue #2C03BC

Color information

#2C03BC (or 0x2C03BC) is unknown color: approx Medium Blue. HEX triplet: 2C, 03 and BC. RGB value is (44,3,188). Sum of RGB (Red+Green+Blue) = 44+3+188=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C03BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03BC is #D3FC43. Grayscale: #232323. Windows color (decimal): -13892676 or 12321580. OLE color: 12321580.

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

Color convert

RGB443188-
CMYK0.770.9800.26
HSL253.3º96.86%37.45%-
HSV(B)253.3º98.4%73.73%-
XYZ10.154.2347.86-
YUV36.35213.58133.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 188 (73.83% from 255) = 80%
R=18.72%
G=1.28%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4431880.770.9800.26253.396.8637.45
Hex2C3BC4D6201Afd6125
Octal54327411514203237514145
Binary101100111011110010011011100010011010111111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C03BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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