Shades of Dark Cerulean #034781
Tints of Dark Cerulean #034781
RGB
CMYK
RGB Variations
Color information
#034781 (or 0x034781) is known color: Dark Cerulean. HEX triplet: 03, 47 and 81. RGB value is (3,71,129). Sum of RGB (Red+Green+Blue) = 3+71+129=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #034781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034781 is #FCB87E. Grayscale: #383838. Windows color (decimal): -16562303 or 8472323. OLE color: 8472323.
HSL color Cylindrical-coordinate representation of color #034781: hue angle of 207.62º 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 #034781 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 71 | 129 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.49 |
| HSL | 207.62º | 0.95% | 0.26% | - |
| HSV(B) | 207.62º | 0.98% | 0.51% | - |
| XYZ | 6.25 | 6.11 | 21.62 | - |
| YUV | 57.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 71 | 129 | 0.98 | 0.45 | 0 | 0.49 | 207.62 | 0.95 | 0.26 |
| Hex | 3 | 47 | 81 | 62 | 2D | 0 | 31 | D0 | 5F | 1A |
| Octal | 3 | 107 | 201 | 142 | 55 | 0 | 61 | 320 | 137 | 32 |
| Binary | 11 | 1000111 | 10000001 | 1100010 | 101101 | 0 | 110001 | 11010000 | 1011111 | 11010 |
Color Harmonies of #034781
Complementary color
Monochromatic Colors of #034781
Black with #034781
Text Example
Text Example
White with #034781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034781; }
p { color: rgb(3,71,129); }
H1.HeaderClassName
{
color: #034781;
}
.AnyTagClassName
{
color: #034781;
}
</style>
background-color css
<style>
a { background-color: #034781; }
a { background-color: rgb(3,71,129); }
div.DivClassName
{
background-color: #034781;
}
.BgClassName
{
background-color: #034781;
}
</style>
border-color css
<style>
span { border-color: #034781; }
span { border-color: rgb(3,71,129); }
td.TdClassName
{
border-color: #034781;
}
.TagClassName
{
border-color: #034781;
}
</style>