#280CC3

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

Shades of Medium Blue #280CC3

Tints of Medium Blue #280CC3

Color information

#280CC3 (or 0x280CC3) is unknown color: approx Medium Blue. HEX triplet: 28, 0C and C3. RGB value is (40,12,195). Sum of RGB (Red+Green+Blue) = 40+12+195=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 195 (76.56% from 255 or 78.95% from 247); Max value from RGB is 195 - color contains mainly: blue. Hex color #280CC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280CC3 is #D7F33C. Grayscale: #282828. Windows color (decimal): -14152509 or 12782632. OLE color: 12782632.

HSL color Cylindrical-coordinate representation of color #280CC3: hue angle of 249.18º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280CC3 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4012195-
CMYK0.790.9400.24
HSL249.18º88.41%40.59%-
HSV(B)249.18º93.85%76.47%-
XYZ10.864.6551.96-
YUV41.23214.78127.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 195 (76.56% from 255) = 78.95%
R=16.19%
G=4.86%
B=78.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40121950.790.9400.24249.1888.4140.59
Hex28CC34F5E018f95829
Octal501430311713603037113051
Binary10100011001100001110011111011110011000111110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280CC3; }

 p { color: rgb(40,12,195); }

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

<style>
 a { background-color: #280CC3; }

 a { background-color: rgb(40,12,195); }

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

<style>
 span { border-color: #280CC3; }

 span { border-color: rgb(40,12,195); }

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