Shades of Medium Blue #2303CC
Tints of Medium Blue #2303CC
RGB
CMYK
RGB Variations
Color information
#2303CC (or 0x2303CC) is known color: Medium Blue. HEX triplet: 23, 03 and CC. RGB value is (35,3,204). Sum of RGB (Red+Green+Blue) = 35+3+204=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #2303CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2303CC is #DCFC33. Grayscale: #222222. Windows color (decimal): -14482484 or 13370147. OLE color: 13370147.
HSL color Cylindrical-coordinate representation of color #2303CC: hue angle of 249.55º 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 #2303CC is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 3 | 204 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.2 |
| HSL | 249.55º | 0.97% | 0.41% | - |
| HSV(B) | 249.55º | 0.99% | 0.8% | - |
| XYZ | 11.62 | 4.78 | 57.44 | - |
| YUV | 35.48 | 223.1 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 204 | 0.83 | 0.99 | 0 | 0.2 | 249.55 | 0.97 | 0.41 |
| Hex | 23 | 3 | CC | 53 | 63 | 0 | 14 | FA | 61 | 29 |
| Octal | 43 | 3 | 314 | 123 | 143 | 0 | 24 | 372 | 141 | 51 |
| Binary | 100011 | 11 | 11001100 | 1010011 | 1100011 | 0 | 10100 | 11111010 | 1100001 | 101001 |
Color Harmonies of #2303CC
Complementary color
Monochromatic Colors of #2303CC
Black with #2303CC
Text Example
Text Example
White with #2303CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2303CC; }
p { color: rgb(35,3,204); }
H1.HeaderClassName
{
color: #2303CC;
}
.AnyTagClassName
{
color: #2303CC;
}
</style>
background-color css
<style>
a { background-color: #2303CC; }
a { background-color: rgb(35,3,204); }
div.DivClassName
{
background-color: #2303CC;
}
.BgClassName
{
background-color: #2303CC;
}
</style>
border-color css
<style>
span { border-color: #2303CC; }
span { border-color: rgb(35,3,204); }
td.TdClassName
{
border-color: #2303CC;
}
.TagClassName
{
border-color: #2303CC;
}
</style>