Shades of Cobalt #034BA5
Tints of Cobalt #034BA5
RGB
CMYK
RGB Variations
Color information
#034BA5 (or 0x034BA5) is known color: Cobalt. HEX triplet: 03, 4B and A5. RGB value is (3,75,165). Sum of RGB (Red+Green+Blue) = 3+75+165=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #034BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BA5 is #FCB45A. Grayscale: #3F3F3F. Windows color (decimal): -16561243 or 10832643. OLE color: 10832643.
HSL color Cylindrical-coordinate representation of color #034BA5: hue angle of 213.33º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BA5 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 75 | 165 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.35 |
| HSL | 213.33º | 0.96% | 0.33% | - |
| HSV(B) | 213.33º | 0.98% | 0.65% | - |
| XYZ | 9.35 | 7.77 | 36.6 | - |
| YUV | 63.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 165 | 0.98 | 0.55 | 0 | 0.35 | 213.33 | 0.96 | 0.33 |
| Hex | 3 | 4B | A5 | 62 | 37 | 0 | 23 | D5 | 60 | 21 |
| Octal | 3 | 113 | 245 | 142 | 67 | 0 | 43 | 325 | 140 | 41 |
| Binary | 11 | 1001011 | 10100101 | 1100010 | 110111 | 0 | 100011 | 11010101 | 1100000 | 100001 |
Color Harmonies of #034BA5
Complementary color
Monochromatic Colors of #034BA5
Black with #034BA5
Text Example
Text Example
White with #034BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BA5; }
p { color: rgb(3,75,165); }
H1.HeaderClassName
{
color: #034BA5;
}
.AnyTagClassName
{
color: #034BA5;
}
</style>
background-color css
<style>
a { background-color: #034BA5; }
a { background-color: rgb(3,75,165); }
div.DivClassName
{
background-color: #034BA5;
}
.BgClassName
{
background-color: #034BA5;
}
</style>
border-color css
<style>
span { border-color: #034BA5; }
span { border-color: rgb(3,75,165); }
td.TdClassName
{
border-color: #034BA5;
}
.TagClassName
{
border-color: #034BA5;
}
</style>