Shades of Medium Blue #2610CC
Tints of Medium Blue #2610CC
RGB
CMYK
RGB Variations
Color information
#2610CC (or 0x2610CC) is known color: Medium Blue. HEX triplet: 26, 10 and CC. RGB value is (38,16,204). Sum of RGB (Red+Green+Blue) = 38+16+204=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #2610CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610CC is #D9EF33. Grayscale: #2B2B2B. Windows color (decimal): -14282548 or 13373478. OLE color: 13373478.
HSL color Cylindrical-coordinate representation of color #2610CC: hue angle of 247.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2610CC is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 16 | 204 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.2 |
| HSL | 247.02º | 0.85% | 0.43% | - |
| HSV(B) | 247.02º | 0.92% | 0.8% | - |
| XYZ | 11.88 | 5.14 | 57.49 | - |
| YUV | 44.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 204 | 0.81 | 0.92 | 0 | 0.2 | 247.02 | 0.85 | 0.43 |
| Hex | 26 | 10 | CC | 51 | 5C | 0 | 14 | F7 | 55 | 2B |
| Octal | 46 | 20 | 314 | 121 | 134 | 0 | 24 | 367 | 125 | 53 |
| Binary | 100110 | 10000 | 11001100 | 1010001 | 1011100 | 0 | 10100 | 11110111 | 1010101 | 101011 |
Color Harmonies of #2610CC
Complementary color
Monochromatic Colors of #2610CC
Black with #2610CC
Text Example
Text Example
White with #2610CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610CC; }
p { color: rgb(38,16,204); }
H1.HeaderClassName
{
color: #2610CC;
}
.AnyTagClassName
{
color: #2610CC;
}
</style>
background-color css
<style>
a { background-color: #2610CC; }
a { background-color: rgb(38,16,204); }
div.DivClassName
{
background-color: #2610CC;
}
.BgClassName
{
background-color: #2610CC;
}
</style>
border-color css
<style>
span { border-color: #2610CC; }
span { border-color: rgb(38,16,204); }
td.TdClassName
{
border-color: #2610CC;
}
.TagClassName
{
border-color: #2610CC;
}
</style>