Shades of Cobalt #033DBF
Tints of Cobalt #033DBF
RGB
CMYK
RGB Variations
Color information
#033DBF (or 0x033DBF) is known color: Cobalt. HEX triplet: 03, 3D and BF. RGB value is (3,61,191). Sum of RGB (Red+Green+Blue) = 3+61+191=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #033DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DBF is #FCC240. Grayscale: #393939. Windows color (decimal): -16564801 or 12532995. OLE color: 12532995.
HSL color Cylindrical-coordinate representation of color #033DBF: hue angle of 221.49º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DBF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 61 | 191 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.25 |
| HSL | 221.49º | 0.97% | 0.38% | - |
| HSV(B) | 221.49º | 0.98% | 0.75% | - |
| XYZ | 11.11 | 7.12 | 50.08 | - |
| YUV | 58.48 | 202.78 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 191 | 0.98 | 0.68 | 0 | 0.25 | 221.49 | 0.97 | 0.38 |
| Hex | 3 | 3D | BF | 62 | 44 | 0 | 19 | DD | 61 | 26 |
| Octal | 3 | 75 | 277 | 142 | 104 | 0 | 31 | 335 | 141 | 46 |
| Binary | 11 | 111101 | 10111111 | 1100010 | 1000100 | 0 | 11001 | 11011101 | 1100001 | 100110 |
Color Harmonies of #033DBF
Complementary color
Monochromatic Colors of #033DBF
Black with #033DBF
Text Example
Text Example
White with #033DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033DBF; }
p { color: rgb(3,61,191); }
H1.HeaderClassName
{
color: #033DBF;
}
.AnyTagClassName
{
color: #033DBF;
}
</style>
background-color css
<style>
a { background-color: #033DBF; }
a { background-color: rgb(3,61,191); }
div.DivClassName
{
background-color: #033DBF;
}
.BgClassName
{
background-color: #033DBF;
}
</style>
border-color css
<style>
span { border-color: #033DBF; }
span { border-color: rgb(3,61,191); }
td.TdClassName
{
border-color: #033DBF;
}
.TagClassName
{
border-color: #033DBF;
}
</style>