Shades of Cerulean Blue #334BBD
Tints of Cerulean Blue #334BBD
RGB
CMYK
RGB Variations
Color information
#334BBD (or 0x334BBD) is known color: Cerulean Blue. HEX triplet: 33, 4B and BD. RGB value is (51,75,189). Sum of RGB (Red+Green+Blue) = 51+75+189=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #334BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBD is #CCB442. Grayscale: #505050. Windows color (decimal): -13415491 or 12405555. OLE color: 12405555.
HSL color Cylindrical-coordinate representation of color #334BBD: hue angle of 229.57º 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 #334BBD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 75 | 189 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.26 |
| HSL | 229.57º | 0.58% | 0.47% | - |
| HSV(B) | 229.57º | 0.73% | 0.74% | - |
| XYZ | 13.07 | 9.41 | 49.27 | - |
| YUV | 80.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 189 | 0.73 | 0.60 | 0 | 0.26 | 229.57 | 0.58 | 0.47 |
| Hex | 33 | 4B | BD | 49 | 3C | 0 | 1A | E6 | 3A | 2F |
| Octal | 63 | 113 | 275 | 111 | 74 | 0 | 32 | 346 | 72 | 57 |
| Binary | 110011 | 1001011 | 10111101 | 1001001 | 111100 | 0 | 11010 | 11100110 | 111010 | 101111 |
Color Harmonies of #334BBD
Complementary color
Monochromatic Colors of #334BBD
Black with #334BBD
Text Example
Text Example
White with #334BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BBD; }
p { color: rgb(51,75,189); }
H1.HeaderClassName
{
color: #334BBD;
}
.AnyTagClassName
{
color: #334BBD;
}
</style>
background-color css
<style>
a { background-color: #334BBD; }
a { background-color: rgb(51,75,189); }
div.DivClassName
{
background-color: #334BBD;
}
.BgClassName
{
background-color: #334BBD;
}
</style>
border-color css
<style>
span { border-color: #334BBD; }
span { border-color: rgb(51,75,189); }
td.TdClassName
{
border-color: #334BBD;
}
.TagClassName
{
border-color: #334BBD;
}
</style>