Shades of Cerulean Blue #3155CD
Tints of Cerulean Blue #3155CD
RGB
CMYK
RGB Variations
Color information
#3155CD (or 0x3155CD) is known color: Cerulean Blue. HEX triplet: 31, 55 and CD. RGB value is (49,85,205). Sum of RGB (Red+Green+Blue) = 49+85+205=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #3155CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155CD is #CEAA32. Grayscale: #575757. Windows color (decimal): -13543987 or 13456689. OLE color: 13456689.
HSL color Cylindrical-coordinate representation of color #3155CD: hue angle of 226.15º 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 #3155CD is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 85 | 205 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.20 |
| HSL | 226.15º | 0.61% | 0.5% | - |
| HSV(B) | 226.15º | 0.76% | 0.8% | - |
| XYZ | 15.53 | 11.56 | 59.17 | - |
| YUV | 87.92 | 194.07 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 205 | 0.76 | 0.59 | 0 | 0.20 | 226.15 | 0.61 | 0.5 |
| Hex | 31 | 55 | CD | 4C | 3B | 0 | 14 | E2 | 3D | 32 |
| Octal | 61 | 125 | 315 | 114 | 73 | 0 | 24 | 342 | 75 | 62 |
| Binary | 110001 | 1010101 | 11001101 | 1001100 | 111011 | 0 | 10100 | 11100010 | 111101 | 110010 |
Color Harmonies of #3155CD
Complementary color
Monochromatic Colors of #3155CD
Black with #3155CD
Text Example
Text Example
White with #3155CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3155CD; }
p { color: rgb(49,85,205); }
H1.HeaderClassName
{
color: #3155CD;
}
.AnyTagClassName
{
color: #3155CD;
}
</style>
background-color css
<style>
a { background-color: #3155CD; }
a { background-color: rgb(49,85,205); }
div.DivClassName
{
background-color: #3155CD;
}
.BgClassName
{
background-color: #3155CD;
}
</style>
border-color css
<style>
span { border-color: #3155CD; }
span { border-color: rgb(49,85,205); }
td.TdClassName
{
border-color: #3155CD;
}
.TagClassName
{
border-color: #3155CD;
}
</style>