Shades of Cerulean Blue #334DBD
Tints of Cerulean Blue #334DBD
RGB
CMYK
RGB Variations
Color information
#334DBD (or 0x334DBD) is known color: Cerulean Blue. HEX triplet: 33, 4D and BD. RGB value is (51,77,189). Sum of RGB (Red+Green+Blue) = 51+77+189=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #334DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DBD is #CCB242. Grayscale: #515151. Windows color (decimal): -13414979 or 12406067. OLE color: 12406067.
HSL color Cylindrical-coordinate representation of color #334DBD: hue angle of 228.7º 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 #334DBD is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 77 | 189 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.26 |
| HSL | 228.7º | 0.58% | 0.47% | - |
| HSV(B) | 228.7º | 0.73% | 0.74% | - |
| XYZ | 13.2 | 9.69 | 49.32 | - |
| YUV | 81.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 189 | 0.73 | 0.59 | 0 | 0.26 | 228.7 | 0.58 | 0.47 |
| Hex | 33 | 4D | BD | 49 | 3B | 0 | 1A | E5 | 3A | 2F |
| Octal | 63 | 115 | 275 | 111 | 73 | 0 | 32 | 345 | 72 | 57 |
| Binary | 110011 | 1001101 | 10111101 | 1001001 | 111011 | 0 | 11010 | 11100101 | 111010 | 101111 |
Color Harmonies of #334DBD
Complementary color
Monochromatic Colors of #334DBD
Black with #334DBD
Text Example
Text Example
White with #334DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DBD; }
p { color: rgb(51,77,189); }
H1.HeaderClassName
{
color: #334DBD;
}
.AnyTagClassName
{
color: #334DBD;
}
</style>
background-color css
<style>
a { background-color: #334DBD; }
a { background-color: rgb(51,77,189); }
div.DivClassName
{
background-color: #334DBD;
}
.BgClassName
{
background-color: #334DBD;
}
</style>
border-color css
<style>
span { border-color: #334DBD; }
span { border-color: rgb(51,77,189); }
td.TdClassName
{
border-color: #334DBD;
}
.TagClassName
{
border-color: #334DBD;
}
</style>