Shades of Medium Blue #2302D6
Tints of Medium Blue #2302D6
RGB
CMYK
RGB Variations
Color information
#2302D6 (or 0x2302D6) is known color: Medium Blue. HEX triplet: 23, 02 and D6. RGB value is (35,2,214). Sum of RGB (Red+Green+Blue) = 35+2+214=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 214 (83.98% from 255 or 85.26% from 251); Max value from RGB is 214 - color contains mainly: blue. Hex color #2302D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2302D6 is #DCFD29. Grayscale: #232323. Windows color (decimal): -14482730 or 14025251. OLE color: 14025251.
HSL color Cylindrical-coordinate representation of color #2302D6: hue angle of 249.34º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2302D6 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 2 | 214 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.16 |
| HSL | 249.34º | 0.98% | 0.42% | - |
| HSV(B) | 249.34º | 0.99% | 0.84% | - |
| XYZ | 12.85 | 5.26 | 63.96 | - |
| YUV | 36.04 | 228.43 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 214 | 0.84 | 0.99 | 0 | 0.16 | 249.34 | 0.98 | 0.42 |
| Hex | 23 | 2 | D6 | 54 | 63 | 0 | 10 | F9 | 62 | 2A |
| Octal | 43 | 2 | 326 | 124 | 143 | 0 | 20 | 371 | 142 | 52 |
| Binary | 100011 | 10 | 11010110 | 1010100 | 1100011 | 0 | 10000 | 11111001 | 1100010 | 101010 |
Color Harmonies of #2302D6
Complementary color
Monochromatic Colors of #2302D6
Black with #2302D6
Text Example
Text Example
White with #2302D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2302D6; }
p { color: rgb(35,2,214); }
H1.HeaderClassName
{
color: #2302D6;
}
.AnyTagClassName
{
color: #2302D6;
}
</style>
background-color css
<style>
a { background-color: #2302D6; }
a { background-color: rgb(35,2,214); }
div.DivClassName
{
background-color: #2302D6;
}
.BgClassName
{
background-color: #2302D6;
}
</style>
border-color css
<style>
span { border-color: #2302D6; }
span { border-color: rgb(35,2,214); }
td.TdClassName
{
border-color: #2302D6;
}
.TagClassName
{
border-color: #2302D6;
}
</style>