Shades of Cobalt #0348A4
Tints of Cobalt #0348A4
RGB
CMYK
RGB Variations
Color information
#0348A4 (or 0x0348A4) is known color: Cobalt. HEX triplet: 03, 48 and A4. RGB value is (3,72,164). Sum of RGB (Red+Green+Blue) = 3+72+164=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #0348A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0348A4 is #FCB75B. Grayscale: #3D3D3D. Windows color (decimal): -16562012 or 10766339. OLE color: 10766339.
HSL color Cylindrical-coordinate representation of color #0348A4: hue angle of 214.29º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0348A4 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 72 | 164 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.36 |
| HSL | 214.29º | 0.96% | 0.33% | - |
| HSV(B) | 214.29º | 0.98% | 0.64% | - |
| XYZ | 9.06 | 7.33 | 36.06 | - |
| YUV | 61.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 164 | 0.98 | 0.56 | 0 | 0.36 | 214.29 | 0.96 | 0.33 |
| Hex | 3 | 48 | A4 | 62 | 38 | 0 | 24 | D6 | 60 | 21 |
| Octal | 3 | 110 | 244 | 142 | 70 | 0 | 44 | 326 | 140 | 41 |
| Binary | 11 | 1001000 | 10100100 | 1100010 | 111000 | 0 | 100100 | 11010110 | 1100000 | 100001 |
Color Harmonies of #0348A4
Complementary color
Monochromatic Colors of #0348A4
Black with #0348A4
Text Example
Text Example
White with #0348A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0348A4; }
p { color: rgb(3,72,164); }
H1.HeaderClassName
{
color: #0348A4;
}
.AnyTagClassName
{
color: #0348A4;
}
</style>
background-color css
<style>
a { background-color: #0348A4; }
a { background-color: rgb(3,72,164); }
div.DivClassName
{
background-color: #0348A4;
}
.BgClassName
{
background-color: #0348A4;
}
</style>
border-color css
<style>
span { border-color: #0348A4; }
span { border-color: rgb(3,72,164); }
td.TdClassName
{
border-color: #0348A4;
}
.TagClassName
{
border-color: #0348A4;
}
</style>