Shades of Cerulean Blue #334BBC
Tints of Cerulean Blue #334BBC
RGB
CMYK
RGB Variations
Color information
#334BBC (or 0x334BBC) is known color: Cerulean Blue. HEX triplet: 33, 4B and BC. RGB value is (51,75,188). Sum of RGB (Red+Green+Blue) = 51+75+188=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #334BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBC is #CCB443. Grayscale: #505050. Windows color (decimal): -13415492 or 12340019. OLE color: 12340019.
HSL color Cylindrical-coordinate representation of color #334BBC: hue angle of 229.49º 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 #334BBC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 75 | 188 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.26 |
| HSL | 229.49º | 0.57% | 0.47% | - |
| HSV(B) | 229.49º | 0.73% | 0.74% | - |
| XYZ | 12.96 | 9.37 | 48.7 | - |
| YUV | 80.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 188 | 0.73 | 0.60 | 0 | 0.26 | 229.49 | 0.57 | 0.47 |
| Hex | 33 | 4B | BC | 49 | 3C | 0 | 1A | E5 | 39 | 2F |
| Octal | 63 | 113 | 274 | 111 | 74 | 0 | 32 | 345 | 71 | 57 |
| Binary | 110011 | 1001011 | 10111100 | 1001001 | 111100 | 0 | 11010 | 11100101 | 111001 | 101111 |
Color Harmonies of #334BBC
Complementary color
Monochromatic Colors of #334BBC
Black with #334BBC
Text Example
Text Example
White with #334BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BBC; }
p { color: rgb(51,75,188); }
H1.HeaderClassName
{
color: #334BBC;
}
.AnyTagClassName
{
color: #334BBC;
}
</style>
background-color css
<style>
a { background-color: #334BBC; }
a { background-color: rgb(51,75,188); }
div.DivClassName
{
background-color: #334BBC;
}
.BgClassName
{
background-color: #334BBC;
}
</style>
border-color css
<style>
span { border-color: #334BBC; }
span { border-color: rgb(51,75,188); }
td.TdClassName
{
border-color: #334BBC;
}
.TagClassName
{
border-color: #334BBC;
}
</style>