Shades of Cerulean Blue #3057C0
Tints of Cerulean Blue #3057C0
RGB
CMYK
RGB Variations
Color information
#3057C0 (or 0x3057C0) is known color: Cerulean Blue. HEX triplet: 30, 57 and C0. RGB value is (48,87,192). Sum of RGB (Red+Green+Blue) = 48+87+192=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #3057C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3057C0 is #CFA83F. Grayscale: #565656. Windows color (decimal): -13609024 or 12605232. OLE color: 12605232.
HSL color Cylindrical-coordinate representation of color #3057C0: hue angle of 223.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3057C0 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 87 | 192 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.25 |
| HSL | 223.75º | 0.6% | 0.47% | - |
| HSV(B) | 223.75º | 0.75% | 0.75% | - |
| XYZ | 14.14 | 11.25 | 51.3 | - |
| YUV | 87.31 | 187.08 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 192 | 0.75 | 0.55 | 0 | 0.25 | 223.75 | 0.6 | 0.47 |
| Hex | 30 | 57 | C0 | 4B | 37 | 0 | 19 | E0 | 3C | 2F |
| Octal | 60 | 127 | 300 | 113 | 67 | 0 | 31 | 340 | 74 | 57 |
| Binary | 110000 | 1010111 | 11000000 | 1001011 | 110111 | 0 | 11001 | 11100000 | 111100 | 101111 |
Color Harmonies of #3057C0
Complementary color
Monochromatic Colors of #3057C0
Black with #3057C0
Text Example
Text Example
White with #3057C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3057C0; }
p { color: rgb(48,87,192); }
H1.HeaderClassName
{
color: #3057C0;
}
.AnyTagClassName
{
color: #3057C0;
}
</style>
background-color css
<style>
a { background-color: #3057C0; }
a { background-color: rgb(48,87,192); }
div.DivClassName
{
background-color: #3057C0;
}
.BgClassName
{
background-color: #3057C0;
}
</style>
border-color css
<style>
span { border-color: #3057C0; }
span { border-color: rgb(48,87,192); }
td.TdClassName
{
border-color: #3057C0;
}
.TagClassName
{
border-color: #3057C0;
}
</style>