Shades of Cerulean Blue #3153CE
Tints of Cerulean Blue #3153CE
RGB
CMYK
RGB Variations
Color information
#3153CE (or 0x3153CE) is known color: Cerulean Blue. HEX triplet: 31, 53 and CE. RGB value is (49,83,206). Sum of RGB (Red+Green+Blue) = 49+83+206=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #3153CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153CE is #CEAC31. Grayscale: #565656. Windows color (decimal): -13544498 or 13521713. OLE color: 13521713.
HSL color Cylindrical-coordinate representation of color #3153CE: hue angle of 227.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3153CE is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 83 | 206 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.19 |
| HSL | 227.01º | 0.62% | 0.5% | - |
| HSV(B) | 227.01º | 0.76% | 0.81% | - |
| XYZ | 15.5 | 11.3 | 59.76 | - |
| YUV | 86.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 206 | 0.76 | 0.60 | 0 | 0.19 | 227.01 | 0.62 | 0.5 |
| Hex | 31 | 53 | CE | 4C | 3C | 0 | 13 | E3 | 3E | 32 |
| Octal | 61 | 123 | 316 | 114 | 74 | 0 | 23 | 343 | 76 | 62 |
| Binary | 110001 | 1010011 | 11001110 | 1001100 | 111100 | 0 | 10011 | 11100011 | 111110 | 110010 |
Color Harmonies of #3153CE
Complementary color
Monochromatic Colors of #3153CE
Black with #3153CE
Text Example
Text Example
White with #3153CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153CE; }
p { color: rgb(49,83,206); }
H1.HeaderClassName
{
color: #3153CE;
}
.AnyTagClassName
{
color: #3153CE;
}
</style>
background-color css
<style>
a { background-color: #3153CE; }
a { background-color: rgb(49,83,206); }
div.DivClassName
{
background-color: #3153CE;
}
.BgClassName
{
background-color: #3153CE;
}
</style>
border-color css
<style>
span { border-color: #3153CE; }
span { border-color: rgb(49,83,206); }
td.TdClassName
{
border-color: #3153CE;
}
.TagClassName
{
border-color: #3153CE;
}
</style>