Shades of Medium Blue #2613C3
Tints of Medium Blue #2613C3
RGB
CMYK
RGB Variations
Color information
#2613C3 (or 0x2613C3) is known color: Medium Blue. HEX triplet: 26, 13 and C3. RGB value is (38,19,195). Sum of RGB (Red+Green+Blue) = 38+19+195=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 195 (76.56% from 255 or 77.38% from 252); Max value from RGB is 195 - color contains mainly: blue. Hex color #2613C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2613C3 is #D9EC3C. Grayscale: #2C2C2C. Windows color (decimal): -14281789 or 12784422. OLE color: 12784422.
HSL color Cylindrical-coordinate representation of color #2613C3: hue angle of 246.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2613C3 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 19 | 195 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.24 |
| HSL | 246.48º | 0.82% | 0.42% | - |
| HSV(B) | 246.48º | 0.9% | 0.76% | - |
| XYZ | 10.88 | 4.82 | 51.99 | - |
| YUV | 44.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 195 | 0.81 | 0.90 | 0 | 0.24 | 246.48 | 0.82 | 0.42 |
| Hex | 26 | 13 | C3 | 51 | 5A | 0 | 18 | F6 | 52 | 2A |
| Octal | 46 | 23 | 303 | 121 | 132 | 0 | 30 | 366 | 122 | 52 |
| Binary | 100110 | 10011 | 11000011 | 1010001 | 1011010 | 0 | 11000 | 11110110 | 1010010 | 101010 |
Color Harmonies of #2613C3
Complementary color
Monochromatic Colors of #2613C3
Black with #2613C3
Text Example
Text Example
White with #2613C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613C3; }
p { color: rgb(38,19,195); }
H1.HeaderClassName
{
color: #2613C3;
}
.AnyTagClassName
{
color: #2613C3;
}
</style>
background-color css
<style>
a { background-color: #2613C3; }
a { background-color: rgb(38,19,195); }
div.DivClassName
{
background-color: #2613C3;
}
.BgClassName
{
background-color: #2613C3;
}
</style>
border-color css
<style>
span { border-color: #2613C3; }
span { border-color: rgb(38,19,195); }
td.TdClassName
{
border-color: #2613C3;
}
.TagClassName
{
border-color: #2613C3;
}
</style>