Shades of Cerulean Blue #3348BA
Tints of Cerulean Blue #3348BA
RGB
CMYK
RGB Variations
Color information
#3348BA (or 0x3348BA) is known color: Cerulean Blue. HEX triplet: 33, 48 and BA. RGB value is (51,72,186). Sum of RGB (Red+Green+Blue) = 51+72+186=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #3348BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BA is #CCB745. Grayscale: #4E4E4E. Windows color (decimal): -13416262 or 12208179. OLE color: 12208179.
HSL color Cylindrical-coordinate representation of color #3348BA: hue angle of 230.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3348BA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 72 | 186 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.27 |
| HSL | 230.67º | 0.57% | 0.46% | - |
| HSV(B) | 230.67º | 0.73% | 0.73% | - |
| XYZ | 12.55 | 8.88 | 47.51 | - |
| YUV | 78.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 186 | 0.73 | 0.61 | 0 | 0.27 | 230.67 | 0.57 | 0.46 |
| Hex | 33 | 48 | BA | 49 | 3D | 0 | 1B | E7 | 39 | 2E |
| Octal | 63 | 110 | 272 | 111 | 75 | 0 | 33 | 347 | 71 | 56 |
| Binary | 110011 | 1001000 | 10111010 | 1001001 | 111101 | 0 | 11011 | 11100111 | 111001 | 101110 |
Color Harmonies of #3348BA
Complementary color
Monochromatic Colors of #3348BA
Black with #3348BA
Text Example
Text Example
White with #3348BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348BA; }
p { color: rgb(51,72,186); }
H1.HeaderClassName
{
color: #3348BA;
}
.AnyTagClassName
{
color: #3348BA;
}
</style>
background-color css
<style>
a { background-color: #3348BA; }
a { background-color: rgb(51,72,186); }
div.DivClassName
{
background-color: #3348BA;
}
.BgClassName
{
background-color: #3348BA;
}
</style>
border-color css
<style>
span { border-color: #3348BA; }
span { border-color: rgb(51,72,186); }
td.TdClassName
{
border-color: #3348BA;
}
.TagClassName
{
border-color: #3348BA;
}
</style>