Shades of Cerulean Blue #3051CC
Tints of Cerulean Blue #3051CC
RGB
CMYK
RGB Variations
Color information
#3051CC (or 0x3051CC) is known color: Cerulean Blue. HEX triplet: 30, 51 and CC. RGB value is (48,81,204). Sum of RGB (Red+Green+Blue) = 48+81+204=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #3051CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3051CC is #CFAE33. Grayscale: #545454. Windows color (decimal): -13610548 or 13390128. OLE color: 13390128.
HSL color Cylindrical-coordinate representation of color #3051CC: hue angle of 227.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3051CC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 81 | 204 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.2 |
| HSL | 227.31º | 0.62% | 0.49% | - |
| HSV(B) | 227.31º | 0.76% | 0.8% | - |
| XYZ | 15.06 | 10.87 | 58.43 | - |
| YUV | 85.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 81 | 204 | 0.76 | 0.60 | 0 | 0.2 | 227.31 | 0.62 | 0.49 |
| Hex | 30 | 51 | CC | 4C | 3C | 0 | 14 | E3 | 3E | 31 |
| Octal | 60 | 121 | 314 | 114 | 74 | 0 | 24 | 343 | 76 | 61 |
| Binary | 110000 | 1010001 | 11001100 | 1001100 | 111100 | 0 | 10100 | 11100011 | 111110 | 110001 |
Color Harmonies of #3051CC
Complementary color
Monochromatic Colors of #3051CC
Black with #3051CC
Text Example
Text Example
White with #3051CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3051CC; }
p { color: rgb(48,81,204); }
H1.HeaderClassName
{
color: #3051CC;
}
.AnyTagClassName
{
color: #3051CC;
}
</style>
background-color css
<style>
a { background-color: #3051CC; }
a { background-color: rgb(48,81,204); }
div.DivClassName
{
background-color: #3051CC;
}
.BgClassName
{
background-color: #3051CC;
}
</style>
border-color css
<style>
span { border-color: #3051CC; }
span { border-color: rgb(48,81,204); }
td.TdClassName
{
border-color: #3051CC;
}
.TagClassName
{
border-color: #3051CC;
}
</style>