Shades of Cerulean Blue #334EAC
Tints of Cerulean Blue #334EAC
RGB
CMYK
RGB Variations
Color information
#334EAC (or 0x334EAC) is known color: Cerulean Blue. HEX triplet: 33, 4E and AC. RGB value is (51,78,172). Sum of RGB (Red+Green+Blue) = 51+78+172=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #334EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EAC is #CCB153. Grayscale: #505050. Windows color (decimal): -13414740 or 11292211. OLE color: 11292211.
HSL color Cylindrical-coordinate representation of color #334EAC: hue angle of 226.61º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334EAC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 78 | 172 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.33 |
| HSL | 226.61º | 0.54% | 0.44% | - |
| HSV(B) | 226.61º | 0.7% | 0.67% | - |
| XYZ | 11.54 | 9.13 | 40.18 | - |
| YUV | 80.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 172 | 0.70 | 0.55 | 0 | 0.33 | 226.61 | 0.54 | 0.44 |
| Hex | 33 | 4E | AC | 46 | 37 | 0 | 21 | E3 | 36 | 2C |
| Octal | 63 | 116 | 254 | 106 | 67 | 0 | 41 | 343 | 66 | 54 |
| Binary | 110011 | 1001110 | 10101100 | 1000110 | 110111 | 0 | 100001 | 11100011 | 110110 | 101100 |
Color Harmonies of #334EAC
Complementary color
Monochromatic Colors of #334EAC
Black with #334EAC
Text Example
Text Example
White with #334EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EAC; }
p { color: rgb(51,78,172); }
H1.HeaderClassName
{
color: #334EAC;
}
.AnyTagClassName
{
color: #334EAC;
}
</style>
background-color css
<style>
a { background-color: #334EAC; }
a { background-color: rgb(51,78,172); }
div.DivClassName
{
background-color: #334EAC;
}
.BgClassName
{
background-color: #334EAC;
}
</style>
border-color css
<style>
span { border-color: #334EAC; }
span { border-color: rgb(51,78,172); }
td.TdClassName
{
border-color: #334EAC;
}
.TagClassName
{
border-color: #334EAC;
}
</style>