#2813C6

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

Shades of Medium Blue #2813C6

Tints of Medium Blue #2813C6

Color information

#2813C6 (or 0x2813C6) is unknown color: approx Medium Blue. HEX triplet: 28, 13 and C6. RGB value is (40,19,198). Sum of RGB (Red+Green+Blue) = 40+19+198=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 198 (77.73% from 255 or 77.04% from 257); Max value from RGB is 198 - color contains mainly: blue. Hex color #2813C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813C6 is #D7EC39. Grayscale: #2C2C2C. Windows color (decimal): -14150714 or 12981032. OLE color: 12981032.

HSL color Cylindrical-coordinate representation of color #2813C6: hue angle of 247.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2813C6 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4019198-
CMYK0.800.9000.22
HSL247.04º82.49%42.55%-
HSV(B)247.04º90.4%77.65%-
XYZ11.34.9953.79-
YUV45.68213.96123.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 19 (7.81% from 255) = 7.39%
BLUE value IS 198 (77.73% from 255) = 77.04%
R=15.56%
G=7.39%
B=77.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40191980.800.9000.22247.0482.4942.55
Hex2813C6505A016f7522b
Octal502330612013202636712253
Binary101000100111100011010100001011010010110111101111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2813C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2813C6; }

 p { color: rgb(40,19,198); }

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

<style>
 a { background-color: #2813C6; }

 a { background-color: rgb(40,19,198); }

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

<style>
 span { border-color: #2813C6; }

 span { border-color: rgb(40,19,198); }

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