Shades of Medium Blue #0323DA
Tints of Medium Blue #0323DA
RGB
CMYK
RGB Variations
Color information
#0323DA (or 0x0323DA) is known color: Medium Blue. HEX triplet: 03, 23 and DA. RGB value is (3,35,218). Sum of RGB (Red+Green+Blue) = 3+35+218=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 218 (85.55% from 255 or 85.16% from 256); Max value from RGB is 218 - color contains mainly: blue. Hex color #0323DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0323DA is #FCDC25. Grayscale: #2D2D2D. Windows color (decimal): -16571430 or 14295811. OLE color: 14295811.
HSL color Cylindrical-coordinate representation of color #0323DA: hue angle of 231.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0323DA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 35 | 218 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.15 |
| HSL | 231.07º | 0.97% | 0.43% | - |
| HSV(B) | 231.07º | 0.99% | 0.85% | - |
| XYZ | 13.29 | 6.28 | 66.84 | - |
| YUV | 46.29 | 224.9 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 218 | 0.99 | 0.84 | 0 | 0.15 | 231.07 | 0.97 | 0.43 |
| Hex | 3 | 23 | DA | 63 | 54 | 0 | F | E7 | 61 | 2B |
| Octal | 3 | 43 | 332 | 143 | 124 | 0 | 17 | 347 | 141 | 53 |
| Binary | 11 | 100011 | 11011010 | 1100011 | 1010100 | 0 | 1111 | 11100111 | 1100001 | 101011 |
Color Harmonies of #0323DA
Complementary color
Monochromatic Colors of #0323DA
Black with #0323DA
Text Example
Text Example
White with #0323DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0323DA; }
p { color: rgb(3,35,218); }
H1.HeaderClassName
{
color: #0323DA;
}
.AnyTagClassName
{
color: #0323DA;
}
</style>
background-color css
<style>
a { background-color: #0323DA; }
a { background-color: rgb(3,35,218); }
div.DivClassName
{
background-color: #0323DA;
}
.BgClassName
{
background-color: #0323DA;
}
</style>
border-color css
<style>
span { border-color: #0323DA; }
span { border-color: rgb(3,35,218); }
td.TdClassName
{
border-color: #0323DA;
}
.TagClassName
{
border-color: #0323DA;
}
</style>