Shades of Medium Blue #2603CC
Tints of Medium Blue #2603CC
RGB
CMYK
RGB Variations
Color information
#2603CC (or 0x2603CC) is known color: Medium Blue. HEX triplet: 26, 03 and CC. RGB value is (38,3,204). Sum of RGB (Red+Green+Blue) = 38+3+204=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #2603CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2603CC is #D9FC33. Grayscale: #232323. Windows color (decimal): -14285876 or 13370150. OLE color: 13370150.
HSL color Cylindrical-coordinate representation of color #2603CC: hue angle of 250.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2603CC is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 3 | 204 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.2 |
| HSL | 250.45º | 0.97% | 0.41% | - |
| HSV(B) | 250.45º | 0.99% | 0.8% | - |
| XYZ | 11.73 | 4.84 | 57.44 | - |
| YUV | 36.38 | 222.6 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 204 | 0.81 | 0.99 | 0 | 0.2 | 250.45 | 0.97 | 0.41 |
| Hex | 26 | 3 | CC | 51 | 63 | 0 | 14 | FA | 61 | 29 |
| Octal | 46 | 3 | 314 | 121 | 143 | 0 | 24 | 372 | 141 | 51 |
| Binary | 100110 | 11 | 11001100 | 1010001 | 1100011 | 0 | 10100 | 11111010 | 1100001 | 101001 |
Color Harmonies of #2603CC
Complementary color
Monochromatic Colors of #2603CC
Black with #2603CC
Text Example
Text Example
White with #2603CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2603CC; }
p { color: rgb(38,3,204); }
H1.HeaderClassName
{
color: #2603CC;
}
.AnyTagClassName
{
color: #2603CC;
}
</style>
background-color css
<style>
a { background-color: #2603CC; }
a { background-color: rgb(38,3,204); }
div.DivClassName
{
background-color: #2603CC;
}
.BgClassName
{
background-color: #2603CC;
}
</style>
border-color css
<style>
span { border-color: #2603CC; }
span { border-color: rgb(38,3,204); }
td.TdClassName
{
border-color: #2603CC;
}
.TagClassName
{
border-color: #2603CC;
}
</style>