Shades of Cerulean #0379BC
Tints of Cerulean #0379BC
RGB
CMYK
RGB Variations
Color information
#0379BC (or 0x0379BC) is known color: Cerulean. HEX triplet: 03, 79 and BC. RGB value is (3,121,188). Sum of RGB (Red+Green+Blue) = 3+121+188=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #0379BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379BC is #FC8643. Grayscale: #5C5C5C. Windows color (decimal): -16549444 or 12351747. OLE color: 12351747.
HSL color Cylindrical-coordinate representation of color #0379BC: hue angle of 201.73º 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 #0379BC is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 121 | 188 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.26 |
| HSL | 201.73º | 0.97% | 0.37% | - |
| HSV(B) | 201.73º | 0.98% | 0.74% | - |
| XYZ | 15.95 | 17.32 | 50.08 | - |
| YUV | 93.36 | 181.41 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 188 | 0.98 | 0.36 | 0 | 0.26 | 201.73 | 0.97 | 0.37 |
| Hex | 3 | 79 | BC | 62 | 24 | 0 | 1A | CA | 61 | 25 |
| Octal | 3 | 171 | 274 | 142 | 44 | 0 | 32 | 312 | 141 | 45 |
| Binary | 11 | 1111001 | 10111100 | 1100010 | 100100 | 0 | 11010 | 11001010 | 1100001 | 100101 |
Color Harmonies of #0379BC
Complementary color
Monochromatic Colors of #0379BC
Black with #0379BC
Text Example
Text Example
White with #0379BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0379BC; }
p { color: rgb(3,121,188); }
H1.HeaderClassName
{
color: #0379BC;
}
.AnyTagClassName
{
color: #0379BC;
}
</style>
background-color css
<style>
a { background-color: #0379BC; }
a { background-color: rgb(3,121,188); }
div.DivClassName
{
background-color: #0379BC;
}
.BgClassName
{
background-color: #0379BC;
}
</style>
border-color css
<style>
span { border-color: #0379BC; }
span { border-color: rgb(3,121,188); }
td.TdClassName
{
border-color: #0379BC;
}
.TagClassName
{
border-color: #0379BC;
}
</style>