Shades of Cerulean Blue #3059BB
Tints of Cerulean Blue #3059BB
RGB
CMYK
RGB Variations
Color information
#3059BB (or 0x3059BB) is known color: Cerulean Blue. HEX triplet: 30, 59 and BB. RGB value is (48,89,187). Sum of RGB (Red+Green+Blue) = 48+89+187=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #3059BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059BB is #CFA644. Grayscale: #575757. Windows color (decimal): -13608517 or 12278064. OLE color: 12278064.
HSL color Cylindrical-coordinate representation of color #3059BB: hue angle of 222.3º 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 #3059BB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 89 | 187 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.27 |
| HSL | 222.3º | 0.59% | 0.46% | - |
| HSV(B) | 222.3º | 0.74% | 0.73% | - |
| XYZ | 13.76 | 11.36 | 48.48 | - |
| YUV | 87.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 187 | 0.74 | 0.52 | 0 | 0.27 | 222.3 | 0.59 | 0.46 |
| Hex | 30 | 59 | BB | 4A | 34 | 0 | 1B | DE | 3B | 2E |
| Octal | 60 | 131 | 273 | 112 | 64 | 0 | 33 | 336 | 73 | 56 |
| Binary | 110000 | 1011001 | 10111011 | 1001010 | 110100 | 0 | 11011 | 11011110 | 111011 | 101110 |
Color Harmonies of #3059BB
Complementary color
Monochromatic Colors of #3059BB
Black with #3059BB
Text Example
Text Example
White with #3059BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059BB; }
p { color: rgb(48,89,187); }
H1.HeaderClassName
{
color: #3059BB;
}
.AnyTagClassName
{
color: #3059BB;
}
</style>
background-color css
<style>
a { background-color: #3059BB; }
a { background-color: rgb(48,89,187); }
div.DivClassName
{
background-color: #3059BB;
}
.BgClassName
{
background-color: #3059BB;
}
</style>
border-color css
<style>
span { border-color: #3059BB; }
span { border-color: rgb(48,89,187); }
td.TdClassName
{
border-color: #3059BB;
}
.TagClassName
{
border-color: #3059BB;
}
</style>