Shades of Medium Blue #2604CB
Tints of Medium Blue #2604CB
RGB
CMYK
RGB Variations
Color information
#2604CB (or 0x2604CB) is known color: Medium Blue. HEX triplet: 26, 04 and CB. RGB value is (38,4,203). Sum of RGB (Red+Green+Blue) = 38+4+203=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 203 (79.69% from 255 or 82.86% from 245); Max value from RGB is 203 - color contains mainly: blue. Hex color #2604CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2604CB is #D9FB34. Grayscale: #242424. Windows color (decimal): -14285621 or 13304870. OLE color: 13304870.
HSL color Cylindrical-coordinate representation of color #2604CB: hue angle of 250.25º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2604CB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 4 | 203 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.20 |
| HSL | 250.25º | 0.96% | 0.41% | - |
| HSV(B) | 250.25º | 0.98% | 0.8% | - |
| XYZ | 11.62 | 4.81 | 56.82 | - |
| YUV | 36.85 | 221.76 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 203 | 0.81 | 0.98 | 0 | 0.20 | 250.25 | 0.96 | 0.41 |
| Hex | 26 | 4 | CB | 51 | 62 | 0 | 14 | FA | 60 | 29 |
| Octal | 46 | 4 | 313 | 121 | 142 | 0 | 24 | 372 | 140 | 51 |
| Binary | 100110 | 100 | 11001011 | 1010001 | 1100010 | 0 | 10100 | 11111010 | 1100000 | 101001 |
Color Harmonies of #2604CB
Complementary color
Monochromatic Colors of #2604CB
Black with #2604CB
Text Example
Text Example
White with #2604CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2604CB; }
p { color: rgb(38,4,203); }
H1.HeaderClassName
{
color: #2604CB;
}
.AnyTagClassName
{
color: #2604CB;
}
</style>
background-color css
<style>
a { background-color: #2604CB; }
a { background-color: rgb(38,4,203); }
div.DivClassName
{
background-color: #2604CB;
}
.BgClassName
{
background-color: #2604CB;
}
</style>
border-color css
<style>
span { border-color: #2604CB; }
span { border-color: rgb(38,4,203); }
td.TdClassName
{
border-color: #2604CB;
}
.TagClassName
{
border-color: #2604CB;
}
</style>