Shades of Cerulean Blue #3057BB
Tints of Cerulean Blue #3057BB
RGB
CMYK
RGB Variations
Color information
#3057BB (or 0x3057BB) is known color: Cerulean Blue. HEX triplet: 30, 57 and BB. RGB value is (48,87,187). Sum of RGB (Red+Green+Blue) = 48+87+187=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #3057BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3057BB is #CFA844. Grayscale: #565656. Windows color (decimal): -13609029 or 12277552. OLE color: 12277552.
HSL color Cylindrical-coordinate representation of color #3057BB: hue angle of 223.17º 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 #3057BB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 87 | 187 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.27 |
| HSL | 223.17º | 0.59% | 0.46% | - |
| HSV(B) | 223.17º | 0.74% | 0.73% | - |
| XYZ | 13.6 | 11.03 | 48.43 | - |
| YUV | 86.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 187 | 0.74 | 0.53 | 0 | 0.27 | 223.17 | 0.59 | 0.46 |
| Hex | 30 | 57 | BB | 4A | 35 | 0 | 1B | DF | 3B | 2E |
| Octal | 60 | 127 | 273 | 112 | 65 | 0 | 33 | 337 | 73 | 56 |
| Binary | 110000 | 1010111 | 10111011 | 1001010 | 110101 | 0 | 11011 | 11011111 | 111011 | 101110 |
Color Harmonies of #3057BB
Complementary color
Monochromatic Colors of #3057BB
Black with #3057BB
Text Example
Text Example
White with #3057BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3057BB; }
p { color: rgb(48,87,187); }
H1.HeaderClassName
{
color: #3057BB;
}
.AnyTagClassName
{
color: #3057BB;
}
</style>
background-color css
<style>
a { background-color: #3057BB; }
a { background-color: rgb(48,87,187); }
div.DivClassName
{
background-color: #3057BB;
}
.BgClassName
{
background-color: #3057BB;
}
</style>
border-color css
<style>
span { border-color: #3057BB; }
span { border-color: rgb(48,87,187); }
td.TdClassName
{
border-color: #3057BB;
}
.TagClassName
{
border-color: #3057BB;
}
</style>