Shades of Cerulean #0379AD
Tints of Cerulean #0379AD
RGB
CMYK
RGB Variations
Color information
#0379AD (or 0x0379AD) is known color: Cerulean. HEX triplet: 03, 79 and AD. RGB value is (3,121,173). Sum of RGB (Red+Green+Blue) = 3+121+173=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #0379AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0379AD is #FC8652. Grayscale: #5B5B5B. Windows color (decimal): -16549459 or 11368707. OLE color: 11368707.
HSL color Cylindrical-coordinate representation of color #0379AD: hue angle of 198.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0379AD is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 121 | 173 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.32 |
| HSL | 198.35º | 0.97% | 0.35% | - |
| HSV(B) | 198.35º | 0.98% | 0.68% | - |
| XYZ | 14.42 | 16.71 | 42 | - |
| YUV | 91.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 121 | 173 | 0.98 | 0.30 | 0 | 0.32 | 198.35 | 0.97 | 0.35 |
| Hex | 3 | 79 | AD | 62 | 1E | 0 | 20 | C6 | 61 | 23 |
| Octal | 3 | 171 | 255 | 142 | 36 | 0 | 40 | 306 | 141 | 43 |
| Binary | 11 | 1111001 | 10101101 | 1100010 | 11110 | 0 | 100000 | 11000110 | 1100001 | 100011 |
Color Harmonies of #0379AD
Complementary color
Monochromatic Colors of #0379AD
Black with #0379AD
Text Example
Text Example
White with #0379AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0379AD; }
p { color: rgb(3,121,173); }
H1.HeaderClassName
{
color: #0379AD;
}
.AnyTagClassName
{
color: #0379AD;
}
</style>
background-color css
<style>
a { background-color: #0379AD; }
a { background-color: rgb(3,121,173); }
div.DivClassName
{
background-color: #0379AD;
}
.BgClassName
{
background-color: #0379AD;
}
</style>
border-color css
<style>
span { border-color: #0379AD; }
span { border-color: rgb(3,121,173); }
td.TdClassName
{
border-color: #0379AD;
}
.TagClassName
{
border-color: #0379AD;
}
</style>