Shades of Cerulean Blue #3153C6
Tints of Cerulean Blue #3153C6
RGB
CMYK
RGB Variations
Color information
#3153C6 (or 0x3153C6) is known color: Cerulean Blue. HEX triplet: 31, 53 and C6. RGB value is (49,83,198). Sum of RGB (Red+Green+Blue) = 49+83+198=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #3153C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153C6 is #CEAC39. Grayscale: #555555. Windows color (decimal): -13544506 or 12997425. OLE color: 12997425.
HSL color Cylindrical-coordinate representation of color #3153C6: hue angle of 226.31º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3153C6 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 83 | 198 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.22 |
| HSL | 226.31º | 0.6% | 0.48% | - |
| HSV(B) | 226.31º | 0.75% | 0.78% | - |
| XYZ | 14.55 | 10.92 | 54.77 | - |
| YUV | 85.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 198 | 0.75 | 0.58 | 0 | 0.22 | 226.31 | 0.6 | 0.48 |
| Hex | 31 | 53 | C6 | 4B | 3A | 0 | 16 | E2 | 3C | 30 |
| Octal | 61 | 123 | 306 | 113 | 72 | 0 | 26 | 342 | 74 | 60 |
| Binary | 110001 | 1010011 | 11000110 | 1001011 | 111010 | 0 | 10110 | 11100010 | 111100 | 110000 |
Color Harmonies of #3153C6
Complementary color
Monochromatic Colors of #3153C6
Black with #3153C6
Text Example
Text Example
White with #3153C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153C6; }
p { color: rgb(49,83,198); }
H1.HeaderClassName
{
color: #3153C6;
}
.AnyTagClassName
{
color: #3153C6;
}
</style>
background-color css
<style>
a { background-color: #3153C6; }
a { background-color: rgb(49,83,198); }
div.DivClassName
{
background-color: #3153C6;
}
.BgClassName
{
background-color: #3153C6;
}
</style>
border-color css
<style>
span { border-color: #3153C6; }
span { border-color: rgb(49,83,198); }
td.TdClassName
{
border-color: #3153C6;
}
.TagClassName
{
border-color: #3153C6;
}
</style>