Shades of Medium Blue #2613CF
Tints of Medium Blue #2613CF
RGB
CMYK
RGB Variations
Color information
#2613CF (or 0x2613CF) is known color: Medium Blue. HEX triplet: 26, 13 and CF. RGB value is (38,19,207). Sum of RGB (Red+Green+Blue) = 38+19+207=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #2613CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613CF is #D9EC30. Grayscale: #2D2D2D. Windows color (decimal): -14281777 or 13570854. OLE color: 13570854.
HSL color Cylindrical-coordinate representation of color #2613CF: hue angle of 246.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2613CF is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 19 | 207 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.19 |
| HSL | 246.06º | 0.83% | 0.44% | - |
| HSV(B) | 246.06º | 0.91% | 0.81% | - |
| XYZ | 12.29 | 5.38 | 59.42 | - |
| YUV | 46.11 | 218.79 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 207 | 0.82 | 0.91 | 0 | 0.19 | 246.06 | 0.83 | 0.44 |
| Hex | 26 | 13 | CF | 52 | 5B | 0 | 13 | F6 | 53 | 2C |
| Octal | 46 | 23 | 317 | 122 | 133 | 0 | 23 | 366 | 123 | 54 |
| Binary | 100110 | 10011 | 11001111 | 1010010 | 1011011 | 0 | 10011 | 11110110 | 1010011 | 101100 |
Color Harmonies of #2613CF
Complementary color
Monochromatic Colors of #2613CF
Black with #2613CF
Text Example
Text Example
White with #2613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613CF; }
p { color: rgb(38,19,207); }
H1.HeaderClassName
{
color: #2613CF;
}
.AnyTagClassName
{
color: #2613CF;
}
</style>
background-color css
<style>
a { background-color: #2613CF; }
a { background-color: rgb(38,19,207); }
div.DivClassName
{
background-color: #2613CF;
}
.BgClassName
{
background-color: #2613CF;
}
</style>
border-color css
<style>
span { border-color: #2613CF; }
span { border-color: rgb(38,19,207); }
td.TdClassName
{
border-color: #2613CF;
}
.TagClassName
{
border-color: #2613CF;
}
</style>