Shades of Medium Blue #2613CA
Tints of Medium Blue #2613CA
RGB
CMYK
RGB Variations
Color information
#2613CA (or 0x2613CA) is known color: Medium Blue. HEX triplet: 26, 13 and CA. RGB value is (38,19,202). Sum of RGB (Red+Green+Blue) = 38+19+202=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #2613CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613CA is #D9EC35. Grayscale: #2C2C2C. Windows color (decimal): -14281782 or 13243174. OLE color: 13243174.
HSL color Cylindrical-coordinate representation of color #2613CA: hue angle of 246.23º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2613CA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 19 | 202 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.21 |
| HSL | 246.23º | 0.83% | 0.43% | - |
| HSV(B) | 246.23º | 0.91% | 0.79% | - |
| XYZ | 11.69 | 5.14 | 56.25 | - |
| YUV | 45.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 202 | 0.81 | 0.91 | 0 | 0.21 | 246.23 | 0.83 | 0.43 |
| Hex | 26 | 13 | CA | 51 | 5B | 0 | 15 | F6 | 53 | 2B |
| Octal | 46 | 23 | 312 | 121 | 133 | 0 | 25 | 366 | 123 | 53 |
| Binary | 100110 | 10011 | 11001010 | 1010001 | 1011011 | 0 | 10101 | 11110110 | 1010011 | 101011 |
Color Harmonies of #2613CA
Complementary color
Monochromatic Colors of #2613CA
Black with #2613CA
Text Example
Text Example
White with #2613CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613CA; }
p { color: rgb(38,19,202); }
H1.HeaderClassName
{
color: #2613CA;
}
.AnyTagClassName
{
color: #2613CA;
}
</style>
background-color css
<style>
a { background-color: #2613CA; }
a { background-color: rgb(38,19,202); }
div.DivClassName
{
background-color: #2613CA;
}
.BgClassName
{
background-color: #2613CA;
}
</style>
border-color css
<style>
span { border-color: #2613CA; }
span { border-color: rgb(38,19,202); }
td.TdClassName
{
border-color: #2613CA;
}
.TagClassName
{
border-color: #2613CA;
}
</style>