Shades of Medium Blue #2302B9
Tints of Medium Blue #2302B9
RGB
CMYK
RGB Variations
Color information
#2302B9 (or 0x2302B9) is known color: Medium Blue. HEX triplet: 23, 02 and B9. RGB value is (35,2,185). Sum of RGB (Red+Green+Blue) = 35+2+185=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 185 (72.66% from 255 or 83.33% from 222); Max value from RGB is 185 - color contains mainly: blue. Hex color #2302B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2302B9 is #DCFD46. Grayscale: #202020. Windows color (decimal): -14482759 or 12124707. OLE color: 12124707.
HSL color Cylindrical-coordinate representation of color #2302B9: hue angle of 250.82º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2302B9 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 2 | 185 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.27 |
| HSL | 250.82º | 0.98% | 0.37% | - |
| HSV(B) | 250.82º | 0.99% | 0.73% | - |
| XYZ | 9.47 | 3.9 | 46.15 | - |
| YUV | 32.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 185 | 0.81 | 0.99 | 0 | 0.27 | 250.82 | 0.98 | 0.37 |
| Hex | 23 | 2 | B9 | 51 | 63 | 0 | 1B | FB | 62 | 25 |
| Octal | 43 | 2 | 271 | 121 | 143 | 0 | 33 | 373 | 142 | 45 |
| Binary | 100011 | 10 | 10111001 | 1010001 | 1100011 | 0 | 11011 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2302B9
Complementary color
Monochromatic Colors of #2302B9
Black with #2302B9
Text Example
Text Example
White with #2302B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2302B9; }
p { color: rgb(35,2,185); }
H1.HeaderClassName
{
color: #2302B9;
}
.AnyTagClassName
{
color: #2302B9;
}
</style>
background-color css
<style>
a { background-color: #2302B9; }
a { background-color: rgb(35,2,185); }
div.DivClassName
{
background-color: #2302B9;
}
.BgClassName
{
background-color: #2302B9;
}
</style>
border-color css
<style>
span { border-color: #2302B9; }
span { border-color: rgb(35,2,185); }
td.TdClassName
{
border-color: #2302B9;
}
.TagClassName
{
border-color: #2302B9;
}
</style>