#2100C1

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

Shades of Medium Blue #2100C1

Tints of Medium Blue #2100C1

Color information

#2100C1 (or 0x2100C1) is unknown color: approx Medium Blue. HEX triplet: 21, 00 and C1. RGB value is (33,0,193). Sum of RGB (Red+Green+Blue) = 33+0+193=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 193 (75.78% from 255 or 85.40% from 226); Max value from RGB is 193 - color contains mainly: blue. Hex color #2100C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2100C1 is #DEFF3E. Grayscale: #1F1F1F. Windows color (decimal): -14614335 or 12648481. OLE color: 12648481.

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

Color convert

RGB330193-
CMYK0.83100.24
HSL250.26º100%37.84%-
HSV(B)250.26º100%75.69%-
XYZ10.254.1750.72-
YUV31.87218.93128.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 193 (75.78% from 255) = 85.40%
R=14.60%
G=0%
B=85.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3301930.83100.24250.2610037.84
Hex210C15364018fa6426
Octal41030112314403037214446
Binary10000101100000110100111100100011000111110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2100C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,0,193); }

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

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

 a { background-color: rgb(33,0,193); }

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

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

 span { border-color: rgb(33,0,193); }

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