Shades of Cerulean Blue #334CBA
Tints of Cerulean Blue #334CBA
RGB
CMYK
RGB Variations
Color information
#334CBA (or 0x334CBA) is known color: Cerulean Blue. HEX triplet: 33, 4C and BA. RGB value is (51,76,186). Sum of RGB (Red+Green+Blue) = 51+76+186=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #334CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBA is #CCB345. Grayscale: #505050. Windows color (decimal): -13415238 or 12209203. OLE color: 12209203.
HSL color Cylindrical-coordinate representation of color #334CBA: hue angle of 228.89º 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 #334CBA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 76 | 186 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.89º | 0.57% | 0.46% | - |
| HSV(B) | 228.89º | 0.73% | 0.73% | - |
| XYZ | 12.81 | 9.42 | 47.6 | - |
| YUV | 81.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 186 | 0.73 | 0.59 | 0 | 0.27 | 228.89 | 0.57 | 0.46 |
| Hex | 33 | 4C | BA | 49 | 3B | 0 | 1B | E5 | 39 | 2E |
| Octal | 63 | 114 | 272 | 111 | 73 | 0 | 33 | 345 | 71 | 56 |
| Binary | 110011 | 1001100 | 10111010 | 1001001 | 111011 | 0 | 11011 | 11100101 | 111001 | 101110 |
Color Harmonies of #334CBA
Complementary color
Monochromatic Colors of #334CBA
Black with #334CBA
Text Example
Text Example
White with #334CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CBA; }
p { color: rgb(51,76,186); }
H1.HeaderClassName
{
color: #334CBA;
}
.AnyTagClassName
{
color: #334CBA;
}
</style>
background-color css
<style>
a { background-color: #334CBA; }
a { background-color: rgb(51,76,186); }
div.DivClassName
{
background-color: #334CBA;
}
.BgClassName
{
background-color: #334CBA;
}
</style>
border-color css
<style>
span { border-color: #334CBA; }
span { border-color: rgb(51,76,186); }
td.TdClassName
{
border-color: #334CBA;
}
.TagClassName
{
border-color: #334CBA;
}
</style>