#2B16D7

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

Shades of Medium Blue #2B16D7

Tints of Medium Blue #2B16D7

Color information

#2B16D7 (or 0x2B16D7) is unknown color: approx Medium Blue. HEX triplet: 2B, 16 and D7. RGB value is (43,22,215). Sum of RGB (Red+Green+Blue) = 43+22+215=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 215 (84.38% from 255 or 76.79% from 280); Max value from RGB is 215 - color contains mainly: blue. Hex color #2B16D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16D7 is #D4E928. Grayscale: #313131. Windows color (decimal): -13953321 or 14095915. OLE color: 14095915.

HSL color Cylindrical-coordinate representation of color #2B16D7: hue angle of 246.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B16D7 is Cyan = 0.8, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4322215-
CMYK0.80.9000.16
HSL246.53º81.43%46.47%-
HSV(B)246.53º89.77%84.31%-
XYZ13.555.9964.73-
YUV50.28220.96122.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 215 (84.38% from 255) = 76.79%
R=15.36%
G=7.86%
B=76.79%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43222150.80.9000.16246.5381.4346.47
Hex2B16D7505A010f7512e
Octal532632712013202036712156
Binary101011101101101011110100001011010010000111101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B16D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B16D7; }

 p { color: rgb(43,22,215); }

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

<style>
 a { background-color: #2B16D7; }

 a { background-color: rgb(43,22,215); }

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

<style>
 span { border-color: #2B16D7; }

 span { border-color: rgb(43,22,215); }

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