Shades of Cerulean Blue #3061BA
Tints of Cerulean Blue #3061BA
RGB
CMYK
RGB Variations
Color information
#3061BA (or 0x3061BA) is known color: Cerulean Blue. HEX triplet: 30, 61 and BA. RGB value is (48,97,186). Sum of RGB (Red+Green+Blue) = 48+97+186=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #3061BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061BA is #CF9E45. Grayscale: #5C5C5C. Windows color (decimal): -13606470 or 12214576. OLE color: 12214576.
HSL color Cylindrical-coordinate representation of color #3061BA: hue angle of 218.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3061BA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 97 | 186 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.27 |
| HSL | 218.7º | 0.59% | 0.46% | - |
| HSV(B) | 218.7º | 0.74% | 0.73% | - |
| XYZ | 14.36 | 12.72 | 48.15 | - |
| YUV | 92.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 186 | 0.74 | 0.48 | 0 | 0.27 | 218.7 | 0.59 | 0.46 |
| Hex | 30 | 61 | BA | 4A | 30 | 0 | 1B | DB | 3B | 2E |
| Octal | 60 | 141 | 272 | 112 | 60 | 0 | 33 | 333 | 73 | 56 |
| Binary | 110000 | 1100001 | 10111010 | 1001010 | 110000 | 0 | 11011 | 11011011 | 111011 | 101110 |
Color Harmonies of #3061BA
Complementary color
Monochromatic Colors of #3061BA
Black with #3061BA
Text Example
Text Example
White with #3061BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3061BA; }
p { color: rgb(48,97,186); }
H1.HeaderClassName
{
color: #3061BA;
}
.AnyTagClassName
{
color: #3061BA;
}
</style>
background-color css
<style>
a { background-color: #3061BA; }
a { background-color: rgb(48,97,186); }
div.DivClassName
{
background-color: #3061BA;
}
.BgClassName
{
background-color: #3061BA;
}
</style>
border-color css
<style>
span { border-color: #3061BA; }
span { border-color: rgb(48,97,186); }
td.TdClassName
{
border-color: #3061BA;
}
.TagClassName
{
border-color: #3061BA;
}
</style>