Shades of Cerulean Blue #3348BC
Tints of Cerulean Blue #3348BC
RGB
CMYK
RGB Variations
Color information
#3348BC (or 0x3348BC) is known color: Cerulean Blue. HEX triplet: 33, 48 and BC. RGB value is (51,72,188). Sum of RGB (Red+Green+Blue) = 51+72+188=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #3348BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3348BC is #CCB743. Grayscale: #4E4E4E. Windows color (decimal): -13416260 or 12339251. OLE color: 12339251.
HSL color Cylindrical-coordinate representation of color #3348BC: hue angle of 230.8º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3348BC is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 72 | 188 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.26 |
| HSL | 230.8º | 0.57% | 0.47% | - |
| HSV(B) | 230.8º | 0.73% | 0.74% | - |
| XYZ | 12.76 | 8.97 | 48.64 | - |
| YUV | 78.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 188 | 0.73 | 0.62 | 0 | 0.26 | 230.8 | 0.57 | 0.47 |
| Hex | 33 | 48 | BC | 49 | 3E | 0 | 1A | E7 | 39 | 2F |
| Octal | 63 | 110 | 274 | 111 | 76 | 0 | 32 | 347 | 71 | 57 |
| Binary | 110011 | 1001000 | 10111100 | 1001001 | 111110 | 0 | 11010 | 11100111 | 111001 | 101111 |
Color Harmonies of #3348BC
Complementary color
Monochromatic Colors of #3348BC
Black with #3348BC
Text Example
Text Example
White with #3348BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348BC; }
p { color: rgb(51,72,188); }
H1.HeaderClassName
{
color: #3348BC;
}
.AnyTagClassName
{
color: #3348BC;
}
</style>
background-color css
<style>
a { background-color: #3348BC; }
a { background-color: rgb(51,72,188); }
div.DivClassName
{
background-color: #3348BC;
}
.BgClassName
{
background-color: #3348BC;
}
</style>
border-color css
<style>
span { border-color: #3348BC; }
span { border-color: rgb(51,72,188); }
td.TdClassName
{
border-color: #3348BC;
}
.TagClassName
{
border-color: #3348BC;
}
</style>