Shades of Dark Cerulean #034969
Tints of Dark Cerulean #034969
RGB
CMYK
RGB Variations
Color information
#034969 (or 0x034969) is known color: Dark Cerulean. HEX triplet: 03, 49 and 69. RGB value is (3,73,105). Sum of RGB (Red+Green+Blue) = 3+73+105=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #034969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034969 is #FCB696. Grayscale: #373737. Windows color (decimal): -16561815 or 6899971. OLE color: 6899971.
HSL color Cylindrical-coordinate representation of color #034969: hue angle of 198.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034969 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 73 | 105 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.59 |
| HSL | 198.82º | 0.94% | 0.21% | - |
| HSV(B) | 198.82º | 0.97% | 0.41% | - |
| XYZ | 4.97 | 5.8 | 14.22 | - |
| YUV | 55.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 105 | 0.97 | 0.30 | 0 | 0.59 | 198.82 | 0.94 | 0.21 |
| Hex | 3 | 49 | 69 | 61 | 1E | 0 | 3B | C7 | 5E | 15 |
| Octal | 3 | 111 | 151 | 141 | 36 | 0 | 73 | 307 | 136 | 25 |
| Binary | 11 | 1001001 | 1101001 | 1100001 | 11110 | 0 | 111011 | 11000111 | 1011110 | 10101 |
Color Harmonies of #034969
Complementary color
Monochromatic Colors of #034969
Black with #034969
Text Example
Text Example
White with #034969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034969; }
p { color: rgb(3,73,105); }
H1.HeaderClassName
{
color: #034969;
}
.AnyTagClassName
{
color: #034969;
}
</style>
background-color css
<style>
a { background-color: #034969; }
a { background-color: rgb(3,73,105); }
div.DivClassName
{
background-color: #034969;
}
.BgClassName
{
background-color: #034969;
}
</style>
border-color css
<style>
span { border-color: #034969; }
span { border-color: rgb(3,73,105); }
td.TdClassName
{
border-color: #034969;
}
.TagClassName
{
border-color: #034969;
}
</style>