Shades of Dark Cerulean #034283
Tints of Dark Cerulean #034283
RGB
CMYK
RGB Variations
Color information
#034283 (or 0x034283) is known color: Dark Cerulean. HEX triplet: 03, 42 and 83. RGB value is (3,66,131). Sum of RGB (Red+Green+Blue) = 3+66+131=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #034283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034283 is #FCBD7C. Grayscale: #363636. Windows color (decimal): -16563581 or 8602115. OLE color: 8602115.
HSL color Cylindrical-coordinate representation of color #034283: hue angle of 210.47º degrees, saturation: 0.96, 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 #034283 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 66 | 131 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.49 |
| HSL | 210.47º | 0.96% | 0.26% | - |
| HSV(B) | 210.47º | 0.98% | 0.51% | - |
| XYZ | 6.08 | 5.55 | 22.22 | - |
| YUV | 54.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 131 | 0.98 | 0.50 | 0 | 0.49 | 210.47 | 0.96 | 0.26 |
| Hex | 3 | 42 | 83 | 62 | 32 | 0 | 31 | D2 | 60 | 1A |
| Octal | 3 | 102 | 203 | 142 | 62 | 0 | 61 | 322 | 140 | 32 |
| Binary | 11 | 1000010 | 10000011 | 1100010 | 110010 | 0 | 110001 | 11010010 | 1100000 | 11010 |
Color Harmonies of #034283
Complementary color
Monochromatic Colors of #034283
Black with #034283
Text Example
Text Example
White with #034283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034283; }
p { color: rgb(3,66,131); }
H1.HeaderClassName
{
color: #034283;
}
.AnyTagClassName
{
color: #034283;
}
</style>
background-color css
<style>
a { background-color: #034283; }
a { background-color: rgb(3,66,131); }
div.DivClassName
{
background-color: #034283;
}
.BgClassName
{
background-color: #034283;
}
</style>
border-color css
<style>
span { border-color: #034283; }
span { border-color: rgb(3,66,131); }
td.TdClassName
{
border-color: #034283;
}
.TagClassName
{
border-color: #034283;
}
</style>