Shades of Cerulean Blue #334CBD
Tints of Cerulean Blue #334CBD
RGB
CMYK
RGB Variations
Color information
#334CBD (or 0x334CBD) is known color: Cerulean Blue. HEX triplet: 33, 4C and BD. RGB value is (51,76,189). Sum of RGB (Red+Green+Blue) = 51+76+189=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #334CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334CBD is #CCB342. Grayscale: #505050. Windows color (decimal): -13415235 or 12405811. OLE color: 12405811.
HSL color Cylindrical-coordinate representation of color #334CBD: hue angle of 229.13º 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 #334CBD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 76 | 189 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.26 |
| HSL | 229.13º | 0.58% | 0.47% | - |
| HSV(B) | 229.13º | 0.73% | 0.74% | - |
| XYZ | 13.13 | 9.55 | 49.29 | - |
| YUV | 81.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 189 | 0.73 | 0.60 | 0 | 0.26 | 229.13 | 0.58 | 0.47 |
| Hex | 33 | 4C | BD | 49 | 3C | 0 | 1A | E5 | 3A | 2F |
| Octal | 63 | 114 | 275 | 111 | 74 | 0 | 32 | 345 | 72 | 57 |
| Binary | 110011 | 1001100 | 10111101 | 1001001 | 111100 | 0 | 11010 | 11100101 | 111010 | 101111 |
Color Harmonies of #334CBD
Complementary color
Monochromatic Colors of #334CBD
Black with #334CBD
Text Example
Text Example
White with #334CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CBD; }
p { color: rgb(51,76,189); }
H1.HeaderClassName
{
color: #334CBD;
}
.AnyTagClassName
{
color: #334CBD;
}
</style>
background-color css
<style>
a { background-color: #334CBD; }
a { background-color: rgb(51,76,189); }
div.DivClassName
{
background-color: #334CBD;
}
.BgClassName
{
background-color: #334CBD;
}
</style>
border-color css
<style>
span { border-color: #334CBD; }
span { border-color: rgb(51,76,189); }
td.TdClassName
{
border-color: #334CBD;
}
.TagClassName
{
border-color: #334CBD;
}
</style>