Shades of Dark Cerulean #034881
Tints of Dark Cerulean #034881
RGB
CMYK
RGB Variations
Color information
#034881 (or 0x034881) is known color: Dark Cerulean. HEX triplet: 03, 48 and 81. RGB value is (3,72,129). Sum of RGB (Red+Green+Blue) = 3+72+129=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #034881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034881 is #FCB77E. Grayscale: #393939. Windows color (decimal): -16562047 or 8472579. OLE color: 8472579.
HSL color Cylindrical-coordinate representation of color #034881: hue angle of 207.14º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034881 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 72 | 129 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.49 |
| HSL | 207.14º | 0.95% | 0.26% | - |
| HSV(B) | 207.14º | 0.98% | 0.51% | - |
| XYZ | 6.32 | 6.24 | 21.64 | - |
| YUV | 57.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 129 | 0.98 | 0.44 | 0 | 0.49 | 207.14 | 0.95 | 0.26 |
| Hex | 3 | 48 | 81 | 62 | 2C | 0 | 31 | CF | 5F | 1A |
| Octal | 3 | 110 | 201 | 142 | 54 | 0 | 61 | 317 | 137 | 32 |
| Binary | 11 | 1001000 | 10000001 | 1100010 | 101100 | 0 | 110001 | 11001111 | 1011111 | 11010 |
Color Harmonies of #034881
Complementary color
Monochromatic Colors of #034881
Black with #034881
Text Example
Text Example
White with #034881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034881; }
p { color: rgb(3,72,129); }
H1.HeaderClassName
{
color: #034881;
}
.AnyTagClassName
{
color: #034881;
}
</style>
background-color css
<style>
a { background-color: #034881; }
a { background-color: rgb(3,72,129); }
div.DivClassName
{
background-color: #034881;
}
.BgClassName
{
background-color: #034881;
}
</style>
border-color css
<style>
span { border-color: #034881; }
span { border-color: rgb(3,72,129); }
td.TdClassName
{
border-color: #034881;
}
.TagClassName
{
border-color: #034881;
}
</style>