Shades of Cerulean #0377BC
Tints of Cerulean #0377BC
RGB
CMYK
RGB Variations
Color information
#0377BC (or 0x0377BC) is known color: Cerulean. HEX triplet: 03, 77 and BC. RGB value is (3,119,188). Sum of RGB (Red+Green+Blue) = 3+119+188=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0377BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0377BC is #FC8843. Grayscale: #5B5B5B. Windows color (decimal): -16549956 or 12351235. OLE color: 12351235.
HSL color Cylindrical-coordinate representation of color #0377BC: hue angle of 202.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0377BC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 119 | 188 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.26 |
| HSL | 202.38º | 0.97% | 0.37% | - |
| HSV(B) | 202.38º | 0.98% | 0.74% | - |
| XYZ | 15.71 | 16.84 | 50 | - |
| YUV | 92.18 | 182.07 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 188 | 0.98 | 0.37 | 0 | 0.26 | 202.38 | 0.97 | 0.37 |
| Hex | 3 | 77 | BC | 62 | 25 | 0 | 1A | CA | 61 | 25 |
| Octal | 3 | 167 | 274 | 142 | 45 | 0 | 32 | 312 | 141 | 45 |
| Binary | 11 | 1110111 | 10111100 | 1100010 | 100101 | 0 | 11010 | 11001010 | 1100001 | 100101 |
Color Harmonies of #0377BC
Complementary color
Monochromatic Colors of #0377BC
Black with #0377BC
Text Example
Text Example
White with #0377BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377BC; }
p { color: rgb(3,119,188); }
H1.HeaderClassName
{
color: #0377BC;
}
.AnyTagClassName
{
color: #0377BC;
}
</style>
background-color css
<style>
a { background-color: #0377BC; }
a { background-color: rgb(3,119,188); }
div.DivClassName
{
background-color: #0377BC;
}
.BgClassName
{
background-color: #0377BC;
}
</style>
border-color css
<style>
span { border-color: #0377BC; }
span { border-color: rgb(3,119,188); }
td.TdClassName
{
border-color: #0377BC;
}
.TagClassName
{
border-color: #0377BC;
}
</style>