Shades of Cobalt #0341AC
Tints of Cobalt #0341AC
RGB
CMYK
RGB Variations
Color information
#0341AC (or 0x0341AC) is known color: Cobalt. HEX triplet: 03, 41 and AC. RGB value is (3,65,172). Sum of RGB (Red+Green+Blue) = 3+65+172=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #0341AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0341AC is #FCBE53. Grayscale: #3A3A3A. Windows color (decimal): -16563796 or 11288835. OLE color: 11288835.
HSL color Cylindrical-coordinate representation of color #0341AC: hue angle of 217.99º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0341AC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 65 | 172 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.33 |
| HSL | 217.99º | 0.97% | 0.34% | - |
| HSV(B) | 217.99º | 0.98% | 0.67% | - |
| XYZ | 9.37 | 6.78 | 39.84 | - |
| YUV | 58.66 | 191.96 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 172 | 0.98 | 0.62 | 0 | 0.33 | 217.99 | 0.97 | 0.34 |
| Hex | 3 | 41 | AC | 62 | 3E | 0 | 21 | DA | 61 | 22 |
| Octal | 3 | 101 | 254 | 142 | 76 | 0 | 41 | 332 | 141 | 42 |
| Binary | 11 | 1000001 | 10101100 | 1100010 | 111110 | 0 | 100001 | 11011010 | 1100001 | 100010 |
Color Harmonies of #0341AC
Complementary color
Monochromatic Colors of #0341AC
Black with #0341AC
Text Example
Text Example
White with #0341AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0341AC; }
p { color: rgb(3,65,172); }
H1.HeaderClassName
{
color: #0341AC;
}
.AnyTagClassName
{
color: #0341AC;
}
</style>
background-color css
<style>
a { background-color: #0341AC; }
a { background-color: rgb(3,65,172); }
div.DivClassName
{
background-color: #0341AC;
}
.BgClassName
{
background-color: #0341AC;
}
</style>
border-color css
<style>
span { border-color: #0341AC; }
span { border-color: rgb(3,65,172); }
td.TdClassName
{
border-color: #0341AC;
}
.TagClassName
{
border-color: #0341AC;
}
</style>