#2802C1

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

Shades of Medium Blue #2802C1

Tints of Medium Blue #2802C1

Color information

#2802C1 (or 0x2802C1) is unknown color: approx Medium Blue. HEX triplet: 28, 02 and C1. RGB value is (40,2,193). Sum of RGB (Red+Green+Blue) = 40+2+193=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #2802C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2802C1 is #D7FD3E. Grayscale: #222222. Windows color (decimal): -14155071 or 12649000. OLE color: 12649000.

HSL color Cylindrical-coordinate representation of color #2802C1: hue angle of 251.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2802C1 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB402193-
CMYK0.790.9900.24
HSL251.94º97.95%38.24%-
HSV(B)251.94º98.96%75.69%-
XYZ10.524.3450.74-
YUV35.14217.09131.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 193 (75.78% from 255) = 82.13%
R=17.02%
G=0.85%
B=82.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4021930.790.9900.24251.9497.9538.24
Hex282C14F63018fc6226
Octal50230111714303037414246
Binary101000101100000110011111100011011000111111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2802C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2802C1; }

 p { color: rgb(40,2,193); }

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

<style>
 a { background-color: #2802C1; }

 a { background-color: rgb(40,2,193); }

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

<style>
 span { border-color: #2802C1; }

 span { border-color: rgb(40,2,193); }

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