#2C03D3

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

Shades of Medium Blue #2C03D3

Tints of Medium Blue #2C03D3

Color information

#2C03D3 (or 0x2C03D3) is unknown color: approx Medium Blue. HEX triplet: 2C, 03 and D3. RGB value is (44,3,211). Sum of RGB (Red+Green+Blue) = 44+3+211=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 211 (82.81% from 255 or 81.78% from 258); Max value from RGB is 211 - color contains mainly: blue. Hex color #2C03D3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C03D3 is #D3FC2C. Grayscale: #262626. Windows color (decimal): -13892653 or 13828908. OLE color: 13828908.

HSL color Cylindrical-coordinate representation of color #2C03D3: hue angle of 251.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C03D3 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB443211-
CMYK0.790.9900.17
HSL251.83º97.2%41.96%-
HSV(B)251.83º98.58%82.75%-
XYZ12.835.361.98-
YUV38.97225.08131.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 211 (82.81% from 255) = 81.78%
R=17.05%
G=1.16%
B=81.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4432110.790.9900.17251.8397.241.96
Hex2C3D34F63011fc612a
Octal54332311714302137414152
Binary101100111101001110011111100011010001111111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C03D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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