Shades of Medium Blue #2613CB
Tints of Medium Blue #2613CB
RGB
CMYK
RGB Variations
Color information
#2613CB (or 0x2613CB) is known color: Medium Blue. HEX triplet: 26, 13 and CB. RGB value is (38,19,203). Sum of RGB (Red+Green+Blue) = 38+19+203=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2613CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613CB is #D9EC34. Grayscale: #2C2C2C. Windows color (decimal): -14281781 or 13308710. OLE color: 13308710.
HSL color Cylindrical-coordinate representation of color #2613CB: hue angle of 246.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2613CB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 19 | 203 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.20 |
| HSL | 246.2º | 0.83% | 0.44% | - |
| HSV(B) | 246.2º | 0.91% | 0.8% | - |
| XYZ | 11.81 | 5.19 | 56.88 | - |
| YUV | 45.66 | 216.79 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 203 | 0.81 | 0.91 | 0 | 0.20 | 246.2 | 0.83 | 0.44 |
| Hex | 26 | 13 | CB | 51 | 5B | 0 | 14 | F6 | 53 | 2C |
| Octal | 46 | 23 | 313 | 121 | 133 | 0 | 24 | 366 | 123 | 54 |
| Binary | 100110 | 10011 | 11001011 | 1010001 | 1011011 | 0 | 10100 | 11110110 | 1010011 | 101100 |
Color Harmonies of #2613CB
Complementary color
Monochromatic Colors of #2613CB
Black with #2613CB
Text Example
Text Example
White with #2613CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613CB; }
p { color: rgb(38,19,203); }
H1.HeaderClassName
{
color: #2613CB;
}
.AnyTagClassName
{
color: #2613CB;
}
</style>
background-color css
<style>
a { background-color: #2613CB; }
a { background-color: rgb(38,19,203); }
div.DivClassName
{
background-color: #2613CB;
}
.BgClassName
{
background-color: #2613CB;
}
</style>
border-color css
<style>
span { border-color: #2613CB; }
span { border-color: rgb(38,19,203); }
td.TdClassName
{
border-color: #2613CB;
}
.TagClassName
{
border-color: #2613CB;
}
</style>