Shades of Dark Cerulean #03557B
Tints of Dark Cerulean #03557B
RGB
CMYK
RGB Variations
Color information
#03557B (or 0x03557B) is known color: Dark Cerulean. HEX triplet: 03, 55 and 7B. RGB value is (3,85,123). Sum of RGB (Red+Green+Blue) = 3+85+123=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #03557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03557B is #FCAA84. Grayscale: #404040. Windows color (decimal): -16558725 or 8082691. OLE color: 8082691.
HSL color Cylindrical-coordinate representation of color #03557B: hue angle of 199º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03557B is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 85 | 123 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.52 |
| HSL | 199º | 0.95% | 0.25% | - |
| HSV(B) | 199º | 0.98% | 0.48% | - |
| XYZ | 6.86 | 7.95 | 19.91 | - |
| YUV | 64.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 123 | 0.98 | 0.31 | 0 | 0.52 | 199 | 0.95 | 0.25 |
| Hex | 3 | 55 | 7B | 62 | 1F | 0 | 34 | C7 | 5F | 19 |
| Octal | 3 | 125 | 173 | 142 | 37 | 0 | 64 | 307 | 137 | 31 |
| Binary | 11 | 1010101 | 1111011 | 1100010 | 11111 | 0 | 110100 | 11000111 | 1011111 | 11001 |
Color Harmonies of #03557B
Complementary color
Monochromatic Colors of #03557B
Black with #03557B
Text Example
Text Example
White with #03557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03557B; }
p { color: rgb(3,85,123); }
H1.HeaderClassName
{
color: #03557B;
}
.AnyTagClassName
{
color: #03557B;
}
</style>
background-color css
<style>
a { background-color: #03557B; }
a { background-color: rgb(3,85,123); }
div.DivClassName
{
background-color: #03557B;
}
.BgClassName
{
background-color: #03557B;
}
</style>
border-color css
<style>
span { border-color: #03557B; }
span { border-color: rgb(3,85,123); }
td.TdClassName
{
border-color: #03557B;
}
.TagClassName
{
border-color: #03557B;
}
</style>