#2606BB

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

Shades of Medium Blue #2606BB

Tints of Medium Blue #2606BB

Color information

#2606BB (or 0x2606BB) is unknown color: approx Medium Blue. HEX triplet: 26, 06 and BB. RGB value is (38,6,187). Sum of RGB (Red+Green+Blue) = 38+6+187=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #2606BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2606BB is #D9F944. Grayscale: #232323. Windows color (decimal): -14285125 or 12256806. OLE color: 12256806.

HSL color Cylindrical-coordinate representation of color #2606BB: hue angle of 250.61º 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 #2606BB is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB386187-
CMYK0.800.9700.27
HSL250.61º93.78%37.84%-
HSV(B)250.61º96.79%73.33%-
XYZ9.834.1347.29-
YUV36.2213.1129.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 187 (73.44% from 255) = 80.95%
R=16.45%
G=2.60%
B=80.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3861870.800.9700.27250.6193.7837.84
Hex266BB506101Bfb5e26
Octal46627312014103337313646
Binary1001101101011101110100001100001011011111110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2606BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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