Shades of Cerulean #0377BD
Tints of Cerulean #0377BD
RGB
CMYK
RGB Variations
Color information
#0377BD (or 0x0377BD) is known color: Cerulean. HEX triplet: 03, 77 and BD. RGB value is (3,119,189). Sum of RGB (Red+Green+Blue) = 3+119+189=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #0377BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377BD is #FC8842. Grayscale: #5B5B5B. Windows color (decimal): -16549955 or 12416771. OLE color: 12416771.
HSL color Cylindrical-coordinate representation of color #0377BD: hue angle of 202.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0377BD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 119 | 189 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.26 |
| HSL | 202.58º | 0.97% | 0.38% | - |
| HSV(B) | 202.58º | 0.98% | 0.74% | - |
| XYZ | 15.82 | 16.89 | 50.57 | - |
| YUV | 92.3 | 182.57 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 189 | 0.98 | 0.37 | 0 | 0.26 | 202.58 | 0.97 | 0.38 |
| Hex | 3 | 77 | BD | 62 | 25 | 0 | 1A | CB | 61 | 26 |
| Octal | 3 | 167 | 275 | 142 | 45 | 0 | 32 | 313 | 141 | 46 |
| Binary | 11 | 1110111 | 10111101 | 1100010 | 100101 | 0 | 11010 | 11001011 | 1100001 | 100110 |
Color Harmonies of #0377BD
Complementary color
Monochromatic Colors of #0377BD
Black with #0377BD
Text Example
Text Example
White with #0377BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377BD; }
p { color: rgb(3,119,189); }
H1.HeaderClassName
{
color: #0377BD;
}
.AnyTagClassName
{
color: #0377BD;
}
</style>
background-color css
<style>
a { background-color: #0377BD; }
a { background-color: rgb(3,119,189); }
div.DivClassName
{
background-color: #0377BD;
}
.BgClassName
{
background-color: #0377BD;
}
</style>
border-color css
<style>
span { border-color: #0377BD; }
span { border-color: rgb(3,119,189); }
td.TdClassName
{
border-color: #0377BD;
}
.TagClassName
{
border-color: #0377BD;
}
</style>