Shades of Medium Blue #2302C4
Tints of Medium Blue #2302C4
RGB
CMYK
RGB Variations
Color information
#2302C4 (or 0x2302C4) is known color: Medium Blue. HEX triplet: 23, 02 and C4. RGB value is (35,2,196). Sum of RGB (Red+Green+Blue) = 35+2+196=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 196 (76.95% from 255 or 84.12% from 233); Max value from RGB is 196 - color contains mainly: blue. Hex color #2302C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2302C4 is #DCFD3B. Grayscale: #212121. Windows color (decimal): -14482748 or 12845603. OLE color: 12845603.
HSL color Cylindrical-coordinate representation of color #2302C4: hue angle of 250.21º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2302C4 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 2 | 196 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.23 |
| HSL | 250.21º | 0.98% | 0.39% | - |
| HSV(B) | 250.21º | 0.99% | 0.77% | - |
| XYZ | 10.68 | 4.39 | 52.51 | - |
| YUV | 33.98 | 219.43 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 196 | 0.82 | 0.99 | 0 | 0.23 | 250.21 | 0.98 | 0.39 |
| Hex | 23 | 2 | C4 | 52 | 63 | 0 | 17 | FA | 62 | 27 |
| Octal | 43 | 2 | 304 | 122 | 143 | 0 | 27 | 372 | 142 | 47 |
| Binary | 100011 | 10 | 11000100 | 1010010 | 1100011 | 0 | 10111 | 11111010 | 1100010 | 100111 |
Color Harmonies of #2302C4
Complementary color
Monochromatic Colors of #2302C4
Black with #2302C4
Text Example
Text Example
White with #2302C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2302C4; }
p { color: rgb(35,2,196); }
H1.HeaderClassName
{
color: #2302C4;
}
.AnyTagClassName
{
color: #2302C4;
}
</style>
background-color css
<style>
a { background-color: #2302C4; }
a { background-color: rgb(35,2,196); }
div.DivClassName
{
background-color: #2302C4;
}
.BgClassName
{
background-color: #2302C4;
}
</style>
border-color css
<style>
span { border-color: #2302C4; }
span { border-color: rgb(35,2,196); }
td.TdClassName
{
border-color: #2302C4;
}
.TagClassName
{
border-color: #2302C4;
}
</style>