#2806BB

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

Shades of Medium Blue #2806BB

Tints of Medium Blue #2806BB

Color information

#2806BB (or 0x2806BB) is unknown color: approx Medium Blue. HEX triplet: 28, 06 and BB. RGB value is (40,6,187). Sum of RGB (Red+Green+Blue) = 40+6+187=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #2806BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2806BB is #D7F944. Grayscale: #242424. Windows color (decimal): -14154053 or 12256808. OLE color: 12256808.

HSL color Cylindrical-coordinate representation of color #2806BB: hue angle of 251.27º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2806BB is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB406187-
CMYK0.790.9700.27
HSL251.27º93.78%37.84%-
HSV(B)251.27º96.79%73.33%-
XYZ9.914.1747.3-
YUV36.8212.76130.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 187 (73.44% from 255) = 80.26%
R=17.17%
G=2.58%
B=80.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4061870.790.9700.27251.2793.7837.84
Hex286BB4F6101Bfb5e26
Octal50627311714103337313646
Binary1010001101011101110011111100001011011111110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2806BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2806BB; }

 p { color: rgb(40,6,187); }

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

<style>
 a { background-color: #2806BB; }

 a { background-color: rgb(40,6,187); }

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

<style>
 span { border-color: #2806BB; }

 span { border-color: rgb(40,6,187); }

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