#2719DC

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

Shades of Medium Blue #2719DC

Tints of Medium Blue #2719DC

Color information

#2719DC (or 0x2719DC) is unknown color: approx Medium Blue. HEX triplet: 27, 19 and DC. RGB value is (39,25,220). Sum of RGB (Red+Green+Blue) = 39+25+220=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #2719DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2719DC is #D8E623. Grayscale: #323232. Windows color (decimal): -14214692 or 14424359. OLE color: 14424359.

HSL color Cylindrical-coordinate representation of color #2719DC: hue angle of 244.31º 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 #2719DC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3925220-
CMYK0.820.8900.14
HSL244.31º79.59%48.04%-
HSV(B)244.31º88.64%86.27%-
XYZ14.16.2968.18-
YUV51.42223.14119.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.73%
GREEN value IS 25 (10.16% from 255) = 8.80%
BLUE value IS 220 (86.33% from 255) = 77.46%
R=13.73%
G=8.80%
B=77.46%

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
Decimal39252200.820.8900.14244.3179.5948.04
Hex2719DC52590Ef45030
Octal473133412213101636412060
Binary10011111001110111001010010101100101110111101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2719DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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