Shades of Cerulean Blue #3153BE
Tints of Cerulean Blue #3153BE
RGB
CMYK
RGB Variations
Color information
#3153BE (or 0x3153BE) is known color: Cerulean Blue. HEX triplet: 31, 53 and BE. RGB value is (49,83,190). Sum of RGB (Red+Green+Blue) = 49+83+190=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #3153BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153BE is #CEAC41. Grayscale: #545454. Windows color (decimal): -13544514 or 12473137. OLE color: 12473137.
HSL color Cylindrical-coordinate representation of color #3153BE: hue angle of 225.53º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3153BE is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 83 | 190 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.25 |
| HSL | 225.53º | 0.59% | 0.47% | - |
| HSV(B) | 225.53º | 0.74% | 0.75% | - |
| XYZ | 13.65 | 10.56 | 50.03 | - |
| YUV | 85.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 190 | 0.74 | 0.56 | 0 | 0.25 | 225.53 | 0.59 | 0.47 |
| Hex | 31 | 53 | BE | 4A | 38 | 0 | 19 | E2 | 3B | 2F |
| Octal | 61 | 123 | 276 | 112 | 70 | 0 | 31 | 342 | 73 | 57 |
| Binary | 110001 | 1010011 | 10111110 | 1001010 | 111000 | 0 | 11001 | 11100010 | 111011 | 101111 |
Color Harmonies of #3153BE
Complementary color
Monochromatic Colors of #3153BE
Black with #3153BE
Text Example
Text Example
White with #3153BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153BE; }
p { color: rgb(49,83,190); }
H1.HeaderClassName
{
color: #3153BE;
}
.AnyTagClassName
{
color: #3153BE;
}
</style>
background-color css
<style>
a { background-color: #3153BE; }
a { background-color: rgb(49,83,190); }
div.DivClassName
{
background-color: #3153BE;
}
.BgClassName
{
background-color: #3153BE;
}
</style>
border-color css
<style>
span { border-color: #3153BE; }
span { border-color: rgb(49,83,190); }
td.TdClassName
{
border-color: #3153BE;
}
.TagClassName
{
border-color: #3153BE;
}
</style>