Shades of Dark Cerulean #035194
Tints of Dark Cerulean #035194
RGB
CMYK
RGB Variations
Color information
#035194 (or 0x035194) is known color: Dark Cerulean. HEX triplet: 03, 51 and 94. RGB value is (3,81,148). Sum of RGB (Red+Green+Blue) = 3+81+148=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #035194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035194 is #FCAE6B. Grayscale: #404040. Windows color (decimal): -16559724 or 9720067. OLE color: 9720067.
HSL color Cylindrical-coordinate representation of color #035194: hue angle of 207.72º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035194 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 81 | 148 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.42 |
| HSL | 207.72º | 0.96% | 0.3% | - |
| HSV(B) | 207.72º | 0.98% | 0.58% | - |
| XYZ | 8.33 | 8.04 | 29.13 | - |
| YUV | 65.32 | 174.66 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 148 | 0.98 | 0.45 | 0 | 0.42 | 207.72 | 0.96 | 0.3 |
| Hex | 3 | 51 | 94 | 62 | 2D | 0 | 2A | D0 | 60 | 1E |
| Octal | 3 | 121 | 224 | 142 | 55 | 0 | 52 | 320 | 140 | 36 |
| Binary | 11 | 1010001 | 10010100 | 1100010 | 101101 | 0 | 101010 | 11010000 | 1100000 | 11110 |
Color Harmonies of #035194
Complementary color
Monochromatic Colors of #035194
Black with #035194
Text Example
Text Example
White with #035194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035194; }
p { color: rgb(3,81,148); }
H1.HeaderClassName
{
color: #035194;
}
.AnyTagClassName
{
color: #035194;
}
</style>
background-color css
<style>
a { background-color: #035194; }
a { background-color: rgb(3,81,148); }
div.DivClassName
{
background-color: #035194;
}
.BgClassName
{
background-color: #035194;
}
</style>
border-color css
<style>
span { border-color: #035194; }
span { border-color: rgb(3,81,148); }
td.TdClassName
{
border-color: #035194;
}
.TagClassName
{
border-color: #035194;
}
</style>