#2600B8

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

Shades of Medium Blue #2600B8

Tints of Medium Blue #2600B8

Color information

#2600B8 (or 0x2600B8) is unknown color: approx Medium Blue. HEX triplet: 26, 00 and B8. RGB value is (38,0,184). Sum of RGB (Red+Green+Blue) = 38+0+184=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 184 (72.27% from 255 or 82.88% from 222); Max value from RGB is 184 - color contains mainly: blue. Hex color #2600B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600B8 is #D9FF47. Grayscale: #1F1F1F. Windows color (decimal): -14286664 or 12058662. OLE color: 12058662.

HSL color Cylindrical-coordinate representation of color #2600B8: hue angle of 252.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600B8 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB380184-
CMYK0.79100.28
HSL252.39º100%36.08%-
HSV(B)252.39º100%72.16%-
XYZ9.453.8745.6-
YUV32.34213.59132.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 184 (72.27% from 255) = 82.88%
R=17.12%
G=0%
B=82.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3801840.79100.28252.3910036.08
Hex260B84F6401Cfc6424
Octal46027011714403437414444
Binary10011001011100010011111100100011100111111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2600B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2600B8; }

 p { color: rgb(38,0,184); }

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

<style>
 a { background-color: #2600B8; }

 a { background-color: rgb(38,0,184); }

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

<style>
 span { border-color: #2600B8; }

 span { border-color: rgb(38,0,184); }

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