Shades of Cerulean #0378B7
Tints of Cerulean #0378B7
RGB
CMYK
RGB Variations
Color information
#0378B7 (or 0x0378B7) is known color: Cerulean. HEX triplet: 03, 78 and B7. RGB value is (3,120,183). Sum of RGB (Red+Green+Blue) = 3+120+183=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #0378B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378B7 is #FC8748. Grayscale: #5B5B5B. Windows color (decimal): -16549705 or 12023811. OLE color: 12023811.
HSL color Cylindrical-coordinate representation of color #0378B7: hue angle of 201º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0378B7 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 120 | 183 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.28 |
| HSL | 201º | 0.97% | 0.36% | - |
| HSV(B) | 201º | 0.98% | 0.72% | - |
| XYZ | 15.3 | 16.87 | 47.25 | - |
| YUV | 92.2 | 179.24 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 183 | 0.98 | 0.34 | 0 | 0.28 | 201 | 0.97 | 0.36 |
| Hex | 3 | 78 | B7 | 62 | 22 | 0 | 1C | C9 | 61 | 24 |
| Octal | 3 | 170 | 267 | 142 | 42 | 0 | 34 | 311 | 141 | 44 |
| Binary | 11 | 1111000 | 10110111 | 1100010 | 100010 | 0 | 11100 | 11001001 | 1100001 | 100100 |
Color Harmonies of #0378B7
Complementary color
Monochromatic Colors of #0378B7
Black with #0378B7
Text Example
Text Example
White with #0378B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0378B7; }
p { color: rgb(3,120,183); }
H1.HeaderClassName
{
color: #0378B7;
}
.AnyTagClassName
{
color: #0378B7;
}
</style>
background-color css
<style>
a { background-color: #0378B7; }
a { background-color: rgb(3,120,183); }
div.DivClassName
{
background-color: #0378B7;
}
.BgClassName
{
background-color: #0378B7;
}
</style>
border-color css
<style>
span { border-color: #0378B7; }
span { border-color: rgb(3,120,183); }
td.TdClassName
{
border-color: #0378B7;
}
.TagClassName
{
border-color: #0378B7;
}
</style>