#2812CC

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

Shades of Medium Blue #2812CC

Tints of Medium Blue #2812CC

Color information

#2812CC (or 0x2812CC) is unknown color: approx Medium Blue. HEX triplet: 28, 12 and CC. RGB value is (40,18,204). Sum of RGB (Red+Green+Blue) = 40+18+204=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #2812CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812CC is #D7ED33. Grayscale: #2D2D2D. Windows color (decimal): -14150964 or 13373992. OLE color: 13373992.

HSL color Cylindrical-coordinate representation of color #2812CC: hue angle of 247.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2812CC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4018204-
CMYK0.800.9100.2
HSL247.1º83.78%43.53%-
HSV(B)247.1º91.18%80%-
XYZ11.995.2457.51-
YUV45.78217.29123.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 204 (80.08% from 255) = 77.86%
R=15.27%
G=6.87%
B=77.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal40182040.800.9100.2247.183.7843.53
Hex2812CC505B014f7542c
Octal502231412013302436712454
Binary101000100101100110010100001011011010100111101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2812CC; }

 p { color: rgb(40,18,204); }

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

<style>
 a { background-color: #2812CC; }

 a { background-color: rgb(40,18,204); }

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

<style>
 span { border-color: #2812CC; }

 span { border-color: rgb(40,18,204); }

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