#2819DC

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

Shades of Medium Blue #2819DC

Tints of Medium Blue #2819DC

Color information

#2819DC (or 0x2819DC) is unknown color: approx Medium Blue. HEX triplet: 28, 19 and DC. RGB value is (40,25,220). Sum of RGB (Red+Green+Blue) = 40+25+220=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #2819DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819DC is #D7E623. Grayscale: #323232. Windows color (decimal): -14149156 or 14424360. OLE color: 14424360.

HSL color Cylindrical-coordinate representation of color #2819DC: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2819DC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4025220-
CMYK0.820.8900.14
HSL244.62º79.59%48.04%-
HSV(B)244.62º88.64%86.27%-
XYZ14.146.3168.18-
YUV51.72222.97119.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 220 (86.33% from 255) = 77.19%
R=14.04%
G=8.77%
B=77.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal40252200.820.8900.14244.6279.5948.04
Hex2819DC52590Ef55030
Octal503133412213101636512060
Binary10100011001110111001010010101100101110111101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2819DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2819DC; }

 p { color: rgb(40,25,220); }

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

<style>
 a { background-color: #2819DC; }

 a { background-color: rgb(40,25,220); }

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

<style>
 span { border-color: #2819DC; }

 span { border-color: rgb(40,25,220); }

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