Shades of Cerulean Blue #3060BD
Tints of Cerulean Blue #3060BD
RGB
CMYK
RGB Variations
Color information
#3060BD (or 0x3060BD) is known color: Cerulean Blue. HEX triplet: 30, 60 and BD. RGB value is (48,96,189). Sum of RGB (Red+Green+Blue) = 48+96+189=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #3060BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3060BD is #CF9F42. Grayscale: #5B5B5B. Windows color (decimal): -13606723 or 12410928. OLE color: 12410928.
HSL color Cylindrical-coordinate representation of color #3060BD: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3060BD is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 96 | 189 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.26 |
| HSL | 219.57º | 0.59% | 0.46% | - |
| HSV(B) | 219.57º | 0.75% | 0.74% | - |
| XYZ | 14.59 | 12.67 | 49.82 | - |
| YUV | 92.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 189 | 0.75 | 0.49 | 0 | 0.26 | 219.57 | 0.59 | 0.46 |
| Hex | 30 | 60 | BD | 4B | 31 | 0 | 1A | DC | 3B | 2E |
| Octal | 60 | 140 | 275 | 113 | 61 | 0 | 32 | 334 | 73 | 56 |
| Binary | 110000 | 1100000 | 10111101 | 1001011 | 110001 | 0 | 11010 | 11011100 | 111011 | 101110 |
Color Harmonies of #3060BD
Complementary color
Monochromatic Colors of #3060BD
Black with #3060BD
Text Example
Text Example
White with #3060BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3060BD; }
p { color: rgb(48,96,189); }
H1.HeaderClassName
{
color: #3060BD;
}
.AnyTagClassName
{
color: #3060BD;
}
</style>
background-color css
<style>
a { background-color: #3060BD; }
a { background-color: rgb(48,96,189); }
div.DivClassName
{
background-color: #3060BD;
}
.BgClassName
{
background-color: #3060BD;
}
</style>
border-color css
<style>
span { border-color: #3060BD; }
span { border-color: rgb(48,96,189); }
td.TdClassName
{
border-color: #3060BD;
}
.TagClassName
{
border-color: #3060BD;
}
</style>