Shades of Cerulean Blue #3063C5
Tints of Cerulean Blue #3063C5
RGB
CMYK
RGB Variations
Color information
#3063C5 (or 0x3063C5) is known color: Cerulean Blue. HEX triplet: 30, 63 and C5. RGB value is (48,99,197). Sum of RGB (Red+Green+Blue) = 48+99+197=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #3063C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063C5 is #CF9C3A. Grayscale: #5E5E5E. Windows color (decimal): -13605947 or 12935984. OLE color: 12935984.
HSL color Cylindrical-coordinate representation of color #3063C5: hue angle of 219.46º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3063C5 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 99 | 197 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.23 |
| HSL | 219.46º | 0.61% | 0.48% | - |
| HSV(B) | 219.46º | 0.76% | 0.77% | - |
| XYZ | 15.76 | 13.58 | 54.61 | - |
| YUV | 94.92 | 185.6 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 197 | 0.76 | 0.50 | 0 | 0.23 | 219.46 | 0.61 | 0.48 |
| Hex | 30 | 63 | C5 | 4C | 32 | 0 | 17 | DB | 3D | 30 |
| Octal | 60 | 143 | 305 | 114 | 62 | 0 | 27 | 333 | 75 | 60 |
| Binary | 110000 | 1100011 | 11000101 | 1001100 | 110010 | 0 | 10111 | 11011011 | 111101 | 110000 |
Color Harmonies of #3063C5
Complementary color
Monochromatic Colors of #3063C5
Black with #3063C5
Text Example
Text Example
White with #3063C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3063C5; }
p { color: rgb(48,99,197); }
H1.HeaderClassName
{
color: #3063C5;
}
.AnyTagClassName
{
color: #3063C5;
}
</style>
background-color css
<style>
a { background-color: #3063C5; }
a { background-color: rgb(48,99,197); }
div.DivClassName
{
background-color: #3063C5;
}
.BgClassName
{
background-color: #3063C5;
}
</style>
border-color css
<style>
span { border-color: #3063C5; }
span { border-color: rgb(48,99,197); }
td.TdClassName
{
border-color: #3063C5;
}
.TagClassName
{
border-color: #3063C5;
}
</style>