Shades of Dark Cerulean #034680
Tints of Dark Cerulean #034680
RGB
CMYK
RGB Variations
Color information
#034680 (or 0x034680) is known color: Dark Cerulean. HEX triplet: 03, 46 and 80. RGB value is (3,70,128). Sum of RGB (Red+Green+Blue) = 3+70+128=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #034680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034680 is #FCB97F. Grayscale: #383838. Windows color (decimal): -16562560 or 8406531. OLE color: 8406531.
HSL color Cylindrical-coordinate representation of color #034680: hue angle of 207.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034680 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 70 | 128 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.50 |
| HSL | 207.84º | 0.95% | 0.26% | - |
| HSV(B) | 207.84º | 0.98% | 0.5% | - |
| XYZ | 6.12 | 5.96 | 21.25 | - |
| YUV | 56.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 128 | 0.98 | 0.45 | 0 | 0.50 | 207.84 | 0.95 | 0.26 |
| Hex | 3 | 46 | 80 | 62 | 2D | 0 | 32 | D0 | 5F | 1A |
| Octal | 3 | 106 | 200 | 142 | 55 | 0 | 62 | 320 | 137 | 32 |
| Binary | 11 | 1000110 | 10000000 | 1100010 | 101101 | 0 | 110010 | 11010000 | 1011111 | 11010 |
Color Harmonies of #034680
Complementary color
Monochromatic Colors of #034680
Black with #034680
Text Example
Text Example
White with #034680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034680; }
p { color: rgb(3,70,128); }
H1.HeaderClassName
{
color: #034680;
}
.AnyTagClassName
{
color: #034680;
}
</style>
background-color css
<style>
a { background-color: #034680; }
a { background-color: rgb(3,70,128); }
div.DivClassName
{
background-color: #034680;
}
.BgClassName
{
background-color: #034680;
}
</style>
border-color css
<style>
span { border-color: #034680; }
span { border-color: rgb(3,70,128); }
td.TdClassName
{
border-color: #034680;
}
.TagClassName
{
border-color: #034680;
}
</style>