Shades of Cerulean #0378BA
Tints of Cerulean #0378BA
RGB
CMYK
RGB Variations
Color information
#0378BA (or 0x0378BA) is known color: Cerulean. HEX triplet: 03, 78 and BA. RGB value is (3,120,186). Sum of RGB (Red+Green+Blue) = 3+120+186=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #0378BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0378BA is #FC8745. Grayscale: #5C5C5C. Windows color (decimal): -16549702 or 12220419. OLE color: 12220419.
HSL color Cylindrical-coordinate representation of color #0378BA: hue angle of 201.64º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0378BA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 120 | 186 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.27 |
| HSL | 201.64º | 0.97% | 0.37% | - |
| HSV(B) | 201.64º | 0.98% | 0.73% | - |
| XYZ | 15.62 | 17 | 48.91 | - |
| YUV | 92.54 | 180.74 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 120 | 186 | 0.98 | 0.35 | 0 | 0.27 | 201.64 | 0.97 | 0.37 |
| Hex | 3 | 78 | BA | 62 | 23 | 0 | 1B | CA | 61 | 25 |
| Octal | 3 | 170 | 272 | 142 | 43 | 0 | 33 | 312 | 141 | 45 |
| Binary | 11 | 1111000 | 10111010 | 1100010 | 100011 | 0 | 11011 | 11001010 | 1100001 | 100101 |
Color Harmonies of #0378BA
Complementary color
Monochromatic Colors of #0378BA
Black with #0378BA
Text Example
Text Example
White with #0378BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0378BA; }
p { color: rgb(3,120,186); }
H1.HeaderClassName
{
color: #0378BA;
}
.AnyTagClassName
{
color: #0378BA;
}
</style>
background-color css
<style>
a { background-color: #0378BA; }
a { background-color: rgb(3,120,186); }
div.DivClassName
{
background-color: #0378BA;
}
.BgClassName
{
background-color: #0378BA;
}
</style>
border-color css
<style>
span { border-color: #0378BA; }
span { border-color: rgb(3,120,186); }
td.TdClassName
{
border-color: #0378BA;
}
.TagClassName
{
border-color: #0378BA;
}
</style>