Shades of Cerulean Blue #334BAE
Tints of Cerulean Blue #334BAE
RGB
CMYK
RGB Variations
Color information
#334BAE (or 0x334BAE) is known color: Cerulean Blue. HEX triplet: 33, 4B and AE. RGB value is (51,75,174). Sum of RGB (Red+Green+Blue) = 51+75+174=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #334BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAE is #CCB451. Grayscale: #4E4E4E. Windows color (decimal): -13415506 or 11422515. OLE color: 11422515.
HSL color Cylindrical-coordinate representation of color #334BAE: hue angle of 228.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334BAE is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 75 | 174 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.32 |
| HSL | 228.29º | 0.55% | 0.44% | - |
| HSV(B) | 228.29º | 0.71% | 0.68% | - |
| XYZ | 11.52 | 8.79 | 41.13 | - |
| YUV | 79.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 174 | 0.71 | 0.57 | 0 | 0.32 | 228.29 | 0.55 | 0.44 |
| Hex | 33 | 4B | AE | 47 | 39 | 0 | 20 | E4 | 37 | 2C |
| Octal | 63 | 113 | 256 | 107 | 71 | 0 | 40 | 344 | 67 | 54 |
| Binary | 110011 | 1001011 | 10101110 | 1000111 | 111001 | 0 | 100000 | 11100100 | 110111 | 101100 |
Color Harmonies of #334BAE
Complementary color
Monochromatic Colors of #334BAE
Black with #334BAE
Text Example
Text Example
White with #334BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BAE; }
p { color: rgb(51,75,174); }
H1.HeaderClassName
{
color: #334BAE;
}
.AnyTagClassName
{
color: #334BAE;
}
</style>
background-color css
<style>
a { background-color: #334BAE; }
a { background-color: rgb(51,75,174); }
div.DivClassName
{
background-color: #334BAE;
}
.BgClassName
{
background-color: #334BAE;
}
</style>
border-color css
<style>
span { border-color: #334BAE; }
span { border-color: rgb(51,75,174); }
td.TdClassName
{
border-color: #334BAE;
}
.TagClassName
{
border-color: #334BAE;
}
</style>