#2611BD

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

Shades of Medium Blue #2611BD

Tints of Medium Blue #2611BD

Color information

#2611BD (or 0x2611BD) is unknown color: approx Medium Blue. HEX triplet: 26, 11 and BD. RGB value is (38,17,189). Sum of RGB (Red+Green+Blue) = 38+17+189=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #2611BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2611BD is #D9EE42. Grayscale: #2A2A2A. Windows color (decimal): -14282307 or 12390694. OLE color: 12390694.

HSL color Cylindrical-coordinate representation of color #2611BD: hue angle of 247.33º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2611BD is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3817189-
CMYK0.800.9100.26
HSL247.33º83.5%40.39%-
HSV(B)247.33º91.01%74.12%-
XYZ10.194.4948.47-
YUV42.89210.46124.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 189 (74.22% from 255) = 77.46%
R=15.57%
G=6.97%
B=77.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38171890.800.9100.26247.3383.540.39
Hex2611BD505B01Af75328
Octal462127512013303236712350
Binary100110100011011110110100001011011011010111101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2611BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2611BD; }

 p { color: rgb(38,17,189); }

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

<style>
 a { background-color: #2611BD; }

 a { background-color: rgb(38,17,189); }

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

<style>
 span { border-color: #2611BD; }

 span { border-color: rgb(38,17,189); }

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