Shades of Cerulean Blue #334DBB
Tints of Cerulean Blue #334DBB
RGB
CMYK
RGB Variations
Color information
#334DBB (or 0x334DBB) is known color: Cerulean Blue. HEX triplet: 33, 4D and BB. RGB value is (51,77,187). Sum of RGB (Red+Green+Blue) = 51+77+187=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #334DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DBB is #CCB244. Grayscale: #515151. Windows color (decimal): -13414981 or 12274995. OLE color: 12274995.
HSL color Cylindrical-coordinate representation of color #334DBB: hue angle of 228.53º 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 #334DBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 77 | 187 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.27 |
| HSL | 228.53º | 0.57% | 0.47% | - |
| HSV(B) | 228.53º | 0.73% | 0.73% | - |
| XYZ | 12.99 | 9.6 | 48.18 | - |
| YUV | 81.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 187 | 0.73 | 0.59 | 0 | 0.27 | 228.53 | 0.57 | 0.47 |
| Hex | 33 | 4D | BB | 49 | 3B | 0 | 1B | E5 | 39 | 2F |
| Octal | 63 | 115 | 273 | 111 | 73 | 0 | 33 | 345 | 71 | 57 |
| Binary | 110011 | 1001101 | 10111011 | 1001001 | 111011 | 0 | 11011 | 11100101 | 111001 | 101111 |
Color Harmonies of #334DBB
Complementary color
Monochromatic Colors of #334DBB
Black with #334DBB
Text Example
Text Example
White with #334DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DBB; }
p { color: rgb(51,77,187); }
H1.HeaderClassName
{
color: #334DBB;
}
.AnyTagClassName
{
color: #334DBB;
}
</style>
background-color css
<style>
a { background-color: #334DBB; }
a { background-color: rgb(51,77,187); }
div.DivClassName
{
background-color: #334DBB;
}
.BgClassName
{
background-color: #334DBB;
}
</style>
border-color css
<style>
span { border-color: #334DBB; }
span { border-color: rgb(51,77,187); }
td.TdClassName
{
border-color: #334DBB;
}
.TagClassName
{
border-color: #334DBB;
}
</style>