#2813D5

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

Shades of Medium Blue #2813D5

Tints of Medium Blue #2813D5

Color information

#2813D5 (or 0x2813D5) is unknown color: approx Medium Blue. HEX triplet: 28, 13 and D5. RGB value is (40,19,213). Sum of RGB (Red+Green+Blue) = 40+19+213=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 213 (83.59% from 255 or 78.31% from 272); Max value from RGB is 213 - color contains mainly: blue. Hex color #2813D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813D5 is #D7EC2A. Grayscale: #2E2E2E. Windows color (decimal): -14150699 or 13964072. OLE color: 13964072.

HSL color Cylindrical-coordinate representation of color #2813D5: hue angle of 246.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2813D5 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4019213-
CMYK0.810.9100.16
HSL246.49º83.62%45.49%-
HSV(B)246.49º91.08%83.53%-
XYZ13.125.7263.36-
YUV47.4221.46122.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 213 (83.59% from 255) = 78.31%
R=14.71%
G=6.99%
B=78.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal40192130.810.9100.16246.4983.6245.49
Hex2813D5515B010f6542d
Octal502332512113302036612455
Binary101000100111101010110100011011011010000111101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2813D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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