Shades of Cerulean Blue #3349BB
Tints of Cerulean Blue #3349BB
RGB
CMYK
RGB Variations
Color information
#3349BB (or 0x3349BB) is known color: Cerulean Blue. HEX triplet: 33, 49 and BB. RGB value is (51,73,187). Sum of RGB (Red+Green+Blue) = 51+73+187=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #3349BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349BB is #CCB644. Grayscale: #4E4E4E. Windows color (decimal): -13416005 or 12273971. OLE color: 12273971.
HSL color Cylindrical-coordinate representation of color #3349BB: hue angle of 230.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3349BB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 73 | 187 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.27 |
| HSL | 230.29º | 0.57% | 0.47% | - |
| HSV(B) | 230.29º | 0.73% | 0.73% | - |
| XYZ | 12.72 | 9.06 | 48.09 | - |
| YUV | 79.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 187 | 0.73 | 0.61 | 0 | 0.27 | 230.29 | 0.57 | 0.47 |
| Hex | 33 | 49 | BB | 49 | 3D | 0 | 1B | E6 | 39 | 2F |
| Octal | 63 | 111 | 273 | 111 | 75 | 0 | 33 | 346 | 71 | 57 |
| Binary | 110011 | 1001001 | 10111011 | 1001001 | 111101 | 0 | 11011 | 11100110 | 111001 | 101111 |
Color Harmonies of #3349BB
Complementary color
Monochromatic Colors of #3349BB
Black with #3349BB
Text Example
Text Example
White with #3349BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349BB; }
p { color: rgb(51,73,187); }
H1.HeaderClassName
{
color: #3349BB;
}
.AnyTagClassName
{
color: #3349BB;
}
</style>
background-color css
<style>
a { background-color: #3349BB; }
a { background-color: rgb(51,73,187); }
div.DivClassName
{
background-color: #3349BB;
}
.BgClassName
{
background-color: #3349BB;
}
</style>
border-color css
<style>
span { border-color: #3349BB; }
span { border-color: rgb(51,73,187); }
td.TdClassName
{
border-color: #3349BB;
}
.TagClassName
{
border-color: #3349BB;
}
</style>