Shades of Cerulean Blue #3162CD
Tints of Cerulean Blue #3162CD
RGB
CMYK
RGB Variations
Color information
#3162CD (or 0x3162CD) is known color: Cerulean Blue. HEX triplet: 31, 62 and CD. RGB value is (49,98,205). Sum of RGB (Red+Green+Blue) = 49+98+205=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #3162CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162CD is #CE9D32. Grayscale: #5F5F5F. Windows color (decimal): -13540659 or 13460017. OLE color: 13460017.
HSL color Cylindrical-coordinate representation of color #3162CD: hue angle of 221.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 #3162CD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 98 | 205 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.20 |
| HSL | 221.15º | 0.61% | 0.5% | - |
| HSV(B) | 221.15º | 0.76% | 0.8% | - |
| XYZ | 16.65 | 13.8 | 59.54 | - |
| YUV | 95.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 205 | 0.76 | 0.52 | 0 | 0.20 | 221.15 | 0.61 | 0.5 |
| Hex | 31 | 62 | CD | 4C | 34 | 0 | 14 | DD | 3D | 32 |
| Octal | 61 | 142 | 315 | 114 | 64 | 0 | 24 | 335 | 75 | 62 |
| Binary | 110001 | 1100010 | 11001101 | 1001100 | 110100 | 0 | 10100 | 11011101 | 111101 | 110010 |
Color Harmonies of #3162CD
Complementary color
Monochromatic Colors of #3162CD
Black with #3162CD
Text Example
Text Example
White with #3162CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162CD; }
p { color: rgb(49,98,205); }
H1.HeaderClassName
{
color: #3162CD;
}
.AnyTagClassName
{
color: #3162CD;
}
</style>
background-color css
<style>
a { background-color: #3162CD; }
a { background-color: rgb(49,98,205); }
div.DivClassName
{
background-color: #3162CD;
}
.BgClassName
{
background-color: #3162CD;
}
</style>
border-color css
<style>
span { border-color: #3162CD; }
span { border-color: rgb(49,98,205); }
td.TdClassName
{
border-color: #3162CD;
}
.TagClassName
{
border-color: #3162CD;
}
</style>