Shades of Cerulean Blue #334CBB
Tints of Cerulean Blue #334CBB
RGB
CMYK
RGB Variations
Color information
#334CBB (or 0x334CBB) is known color: Cerulean Blue. HEX triplet: 33, 4C and BB. RGB value is (51,76,187). Sum of RGB (Red+Green+Blue) = 51+76+187=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #334CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBB is #CCB344. Grayscale: #505050. Windows color (decimal): -13415237 or 12274739. OLE color: 12274739.
HSL color Cylindrical-coordinate representation of color #334CBB: hue angle of 228.97º 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 #334CBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 76 | 187 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.97º | 0.57% | 0.47% | - |
| HSV(B) | 228.97º | 0.73% | 0.73% | - |
| XYZ | 12.92 | 9.46 | 48.16 | - |
| YUV | 81.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 187 | 0.73 | 0.59 | 0 | 0.27 | 228.97 | 0.57 | 0.47 |
| Hex | 33 | 4C | BB | 49 | 3B | 0 | 1B | E5 | 39 | 2F |
| Octal | 63 | 114 | 273 | 111 | 73 | 0 | 33 | 345 | 71 | 57 |
| Binary | 110011 | 1001100 | 10111011 | 1001001 | 111011 | 0 | 11011 | 11100101 | 111001 | 101111 |
Color Harmonies of #334CBB
Complementary color
Monochromatic Colors of #334CBB
Black with #334CBB
Text Example
Text Example
White with #334CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CBB; }
p { color: rgb(51,76,187); }
H1.HeaderClassName
{
color: #334CBB;
}
.AnyTagClassName
{
color: #334CBB;
}
</style>
background-color css
<style>
a { background-color: #334CBB; }
a { background-color: rgb(51,76,187); }
div.DivClassName
{
background-color: #334CBB;
}
.BgClassName
{
background-color: #334CBB;
}
</style>
border-color css
<style>
span { border-color: #334CBB; }
span { border-color: rgb(51,76,187); }
td.TdClassName
{
border-color: #334CBB;
}
.TagClassName
{
border-color: #334CBB;
}
</style>