Shades of Cerulean Blue #3153C7
Tints of Cerulean Blue #3153C7
RGB
CMYK
RGB Variations
Color information
#3153C7 (or 0x3153C7) is known color: Cerulean Blue. HEX triplet: 31, 53 and C7. RGB value is (49,83,199). Sum of RGB (Red+Green+Blue) = 49+83+199=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #3153C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153C7 is #CEAC38. Grayscale: #555555. Windows color (decimal): -13544505 or 13062961. OLE color: 13062961.
HSL color Cylindrical-coordinate representation of color #3153C7: hue angle of 226.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3153C7 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 83 | 199 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.22 |
| HSL | 226.4º | 0.6% | 0.49% | - |
| HSV(B) | 226.4º | 0.75% | 0.78% | - |
| XYZ | 14.67 | 10.96 | 55.38 | - |
| YUV | 86.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 199 | 0.75 | 0.58 | 0 | 0.22 | 226.4 | 0.6 | 0.49 |
| Hex | 31 | 53 | C7 | 4B | 3A | 0 | 16 | E2 | 3C | 31 |
| Octal | 61 | 123 | 307 | 113 | 72 | 0 | 26 | 342 | 74 | 61 |
| Binary | 110001 | 1010011 | 11000111 | 1001011 | 111010 | 0 | 10110 | 11100010 | 111100 | 110001 |
Color Harmonies of #3153C7
Complementary color
Monochromatic Colors of #3153C7
Black with #3153C7
Text Example
Text Example
White with #3153C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153C7; }
p { color: rgb(49,83,199); }
H1.HeaderClassName
{
color: #3153C7;
}
.AnyTagClassName
{
color: #3153C7;
}
</style>
background-color css
<style>
a { background-color: #3153C7; }
a { background-color: rgb(49,83,199); }
div.DivClassName
{
background-color: #3153C7;
}
.BgClassName
{
background-color: #3153C7;
}
</style>
border-color css
<style>
span { border-color: #3153C7; }
span { border-color: rgb(49,83,199); }
td.TdClassName
{
border-color: #3153C7;
}
.TagClassName
{
border-color: #3153C7;
}
</style>