Shades of Cerulean Blue #3155CC
Tints of Cerulean Blue #3155CC
RGB
CMYK
RGB Variations
Color information
#3155CC (or 0x3155CC) is known color: Cerulean Blue. HEX triplet: 31, 55 and CC. RGB value is (49,85,204). Sum of RGB (Red+Green+Blue) = 49+85+204=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #3155CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155CC is #CEAA33. Grayscale: #575757. Windows color (decimal): -13543988 or 13391153. OLE color: 13391153.
HSL color Cylindrical-coordinate representation of color #3155CC: hue angle of 226.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3155CC is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 85 | 204 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.2 |
| HSL | 226.06º | 0.61% | 0.5% | - |
| HSV(B) | 226.06º | 0.76% | 0.8% | - |
| XYZ | 15.41 | 11.51 | 58.54 | - |
| YUV | 87.8 | 193.57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 204 | 0.76 | 0.58 | 0 | 0.2 | 226.06 | 0.61 | 0.5 |
| Hex | 31 | 55 | CC | 4C | 3A | 0 | 14 | E2 | 3D | 32 |
| Octal | 61 | 125 | 314 | 114 | 72 | 0 | 24 | 342 | 75 | 62 |
| Binary | 110001 | 1010101 | 11001100 | 1001100 | 111010 | 0 | 10100 | 11100010 | 111101 | 110010 |
Color Harmonies of #3155CC
Complementary color
Monochromatic Colors of #3155CC
Black with #3155CC
Text Example
Text Example
White with #3155CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155CC; }
p { color: rgb(49,85,204); }
H1.HeaderClassName
{
color: #3155CC;
}
.AnyTagClassName
{
color: #3155CC;
}
</style>
background-color css
<style>
a { background-color: #3155CC; }
a { background-color: rgb(49,85,204); }
div.DivClassName
{
background-color: #3155CC;
}
.BgClassName
{
background-color: #3155CC;
}
</style>
border-color css
<style>
span { border-color: #3155CC; }
span { border-color: rgb(49,85,204); }
td.TdClassName
{
border-color: #3155CC;
}
.TagClassName
{
border-color: #3155CC;
}
</style>