Shades of Cerulean #036194
Tints of Cerulean #036194
RGB
CMYK
RGB Variations
Color information
#036194 (or 0x036194) is known color: Cerulean. HEX triplet: 03, 61 and 94. RGB value is (3,97,148). Sum of RGB (Red+Green+Blue) = 3+97+148=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #036194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036194 is #FC9E6B. Grayscale: #4A4A4A. Windows color (decimal): -16555628 or 9724163. OLE color: 9724163.
HSL color Cylindrical-coordinate representation of color #036194: hue angle of 201.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036194 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 97 | 148 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.42 |
| HSL | 201.1º | 0.96% | 0.3% | - |
| HSV(B) | 201.1º | 0.98% | 0.58% | - |
| XYZ | 9.66 | 10.71 | 29.57 | - |
| YUV | 74.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 148 | 0.98 | 0.34 | 0 | 0.42 | 201.1 | 0.96 | 0.3 |
| Hex | 3 | 61 | 94 | 62 | 22 | 0 | 2A | C9 | 60 | 1E |
| Octal | 3 | 141 | 224 | 142 | 42 | 0 | 52 | 311 | 140 | 36 |
| Binary | 11 | 1100001 | 10010100 | 1100010 | 100010 | 0 | 101010 | 11001001 | 1100000 | 11110 |
Color Harmonies of #036194
Complementary color
Monochromatic Colors of #036194
Black with #036194
Text Example
Text Example
White with #036194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036194; }
p { color: rgb(3,97,148); }
H1.HeaderClassName
{
color: #036194;
}
.AnyTagClassName
{
color: #036194;
}
</style>
background-color css
<style>
a { background-color: #036194; }
a { background-color: rgb(3,97,148); }
div.DivClassName
{
background-color: #036194;
}
.BgClassName
{
background-color: #036194;
}
</style>
border-color css
<style>
span { border-color: #036194; }
span { border-color: rgb(3,97,148); }
td.TdClassName
{
border-color: #036194;
}
.TagClassName
{
border-color: #036194;
}
</style>