Shades of Cerulean Blue #3061BC
Tints of Cerulean Blue #3061BC
RGB
CMYK
RGB Variations
Color information
#3061BC (or 0x3061BC) is known color: Cerulean Blue. HEX triplet: 30, 61 and BC. RGB value is (48,97,188). Sum of RGB (Red+Green+Blue) = 48+97+188=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #3061BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3061BC is #CF9E43. Grayscale: #5C5C5C. Windows color (decimal): -13606468 or 12345648. OLE color: 12345648.
HSL color Cylindrical-coordinate representation of color #3061BC: hue angle of 219º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3061BC is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 97 | 188 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.26 |
| HSL | 219º | 0.59% | 0.46% | - |
| HSV(B) | 219º | 0.74% | 0.74% | - |
| XYZ | 14.57 | 12.81 | 49.28 | - |
| YUV | 92.72 | 181.77 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 188 | 0.74 | 0.48 | 0 | 0.26 | 219 | 0.59 | 0.46 |
| Hex | 30 | 61 | BC | 4A | 30 | 0 | 1A | DB | 3B | 2E |
| Octal | 60 | 141 | 274 | 112 | 60 | 0 | 32 | 333 | 73 | 56 |
| Binary | 110000 | 1100001 | 10111100 | 1001010 | 110000 | 0 | 11010 | 11011011 | 111011 | 101110 |
Color Harmonies of #3061BC
Complementary color
Monochromatic Colors of #3061BC
Black with #3061BC
Text Example
Text Example
White with #3061BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3061BC; }
p { color: rgb(48,97,188); }
H1.HeaderClassName
{
color: #3061BC;
}
.AnyTagClassName
{
color: #3061BC;
}
</style>
background-color css
<style>
a { background-color: #3061BC; }
a { background-color: rgb(48,97,188); }
div.DivClassName
{
background-color: #3061BC;
}
.BgClassName
{
background-color: #3061BC;
}
</style>
border-color css
<style>
span { border-color: #3061BC; }
span { border-color: rgb(48,97,188); }
td.TdClassName
{
border-color: #3061BC;
}
.TagClassName
{
border-color: #3061BC;
}
</style>