Shades of Dark Cerulean #03357B
Tints of Dark Cerulean #03357B
RGB
CMYK
RGB Variations
Color information
#03357B (or 0x03357B) is known color: Dark Cerulean. HEX triplet: 03, 35 and 7B. RGB value is (3,53,123). Sum of RGB (Red+Green+Blue) = 3+53+123=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #03357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03357B is #FCCA84. Grayscale: #2D2D2D. Windows color (decimal): -16566917 or 8074499. OLE color: 8074499.
HSL color Cylindrical-coordinate representation of color #03357B: hue angle of 215º 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 #03357B is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 53 | 123 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.52 |
| HSL | 215º | 0.95% | 0.25% | - |
| HSV(B) | 215º | 0.98% | 0.48% | - |
| XYZ | 4.89 | 4 | 19.25 | - |
| YUV | 46.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 123 | 0.98 | 0.57 | 0 | 0.52 | 215 | 0.95 | 0.25 |
| Hex | 3 | 35 | 7B | 62 | 39 | 0 | 34 | D7 | 5F | 19 |
| Octal | 3 | 65 | 173 | 142 | 71 | 0 | 64 | 327 | 137 | 31 |
| Binary | 11 | 110101 | 1111011 | 1100010 | 111001 | 0 | 110100 | 11010111 | 1011111 | 11001 |
Color Harmonies of #03357B
Complementary color
Monochromatic Colors of #03357B
Black with #03357B
Text Example
Text Example
White with #03357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03357B; }
p { color: rgb(3,53,123); }
H1.HeaderClassName
{
color: #03357B;
}
.AnyTagClassName
{
color: #03357B;
}
</style>
background-color css
<style>
a { background-color: #03357B; }
a { background-color: rgb(3,53,123); }
div.DivClassName
{
background-color: #03357B;
}
.BgClassName
{
background-color: #03357B;
}
</style>
border-color css
<style>
span { border-color: #03357B; }
span { border-color: rgb(3,53,123); }
td.TdClassName
{
border-color: #03357B;
}
.TagClassName
{
border-color: #03357B;
}
</style>