Shades of Dark Cerulean #034968
Tints of Dark Cerulean #034968
RGB
CMYK
RGB Variations
Color information
#034968 (or 0x034968) is known color: Dark Cerulean. HEX triplet: 03, 49 and 68. RGB value is (3,73,104). Sum of RGB (Red+Green+Blue) = 3+73+104=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #034968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034968 is #FCB697. Grayscale: #373737. Windows color (decimal): -16561816 or 6834435. OLE color: 6834435.
HSL color Cylindrical-coordinate representation of color #034968: hue angle of 198.42º 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 #034968 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 73 | 104 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.59 |
| HSL | 198.42º | 0.94% | 0.21% | - |
| HSV(B) | 198.42º | 0.97% | 0.41% | - |
| XYZ | 4.92 | 5.78 | 13.95 | - |
| YUV | 55.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 104 | 0.97 | 0.30 | 0 | 0.59 | 198.42 | 0.94 | 0.21 |
| Hex | 3 | 49 | 68 | 61 | 1E | 0 | 3B | C6 | 5E | 15 |
| Octal | 3 | 111 | 150 | 141 | 36 | 0 | 73 | 306 | 136 | 25 |
| Binary | 11 | 1001001 | 1101000 | 1100001 | 11110 | 0 | 111011 | 11000110 | 1011110 | 10101 |
Color Harmonies of #034968
Complementary color
Monochromatic Colors of #034968
Black with #034968
Text Example
Text Example
White with #034968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034968; }
p { color: rgb(3,73,104); }
H1.HeaderClassName
{
color: #034968;
}
.AnyTagClassName
{
color: #034968;
}
</style>
background-color css
<style>
a { background-color: #034968; }
a { background-color: rgb(3,73,104); }
div.DivClassName
{
background-color: #034968;
}
.BgClassName
{
background-color: #034968;
}
</style>
border-color css
<style>
span { border-color: #034968; }
span { border-color: rgb(3,73,104); }
td.TdClassName
{
border-color: #034968;
}
.TagClassName
{
border-color: #034968;
}
</style>