Shades of Cerulean Blue #3153B5
Tints of Cerulean Blue #3153B5
RGB
CMYK
RGB Variations
Color information
#3153B5 (or 0x3153B5) is known color: Cerulean Blue. HEX triplet: 31, 53 and B5. RGB value is (49,83,181). Sum of RGB (Red+Green+Blue) = 49+83+181=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #3153B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153B5 is #CEAC4A. Grayscale: #535353. Windows color (decimal): -13544523 or 11883313. OLE color: 11883313.
HSL color Cylindrical-coordinate representation of color #3153B5: hue angle of 224.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3153B5 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 83 | 181 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.29 |
| HSL | 224.55º | 0.57% | 0.45% | - |
| HSV(B) | 224.55º | 0.73% | 0.71% | - |
| XYZ | 12.7 | 10.18 | 45.01 | - |
| YUV | 84.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 181 | 0.73 | 0.54 | 0 | 0.29 | 224.55 | 0.57 | 0.45 |
| Hex | 31 | 53 | B5 | 49 | 36 | 0 | 1D | E1 | 39 | 2D |
| Octal | 61 | 123 | 265 | 111 | 66 | 0 | 35 | 341 | 71 | 55 |
| Binary | 110001 | 1010011 | 10110101 | 1001001 | 110110 | 0 | 11101 | 11100001 | 111001 | 101101 |
Color Harmonies of #3153B5
Complementary color
Monochromatic Colors of #3153B5
Black with #3153B5
Text Example
Text Example
White with #3153B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153B5; }
p { color: rgb(49,83,181); }
H1.HeaderClassName
{
color: #3153B5;
}
.AnyTagClassName
{
color: #3153B5;
}
</style>
background-color css
<style>
a { background-color: #3153B5; }
a { background-color: rgb(49,83,181); }
div.DivClassName
{
background-color: #3153B5;
}
.BgClassName
{
background-color: #3153B5;
}
</style>
border-color css
<style>
span { border-color: #3153B5; }
span { border-color: rgb(49,83,181); }
td.TdClassName
{
border-color: #3153B5;
}
.TagClassName
{
border-color: #3153B5;
}
</style>