Shades of Cerulean Blue #334DAF
Tints of Cerulean Blue #334DAF
RGB
CMYK
RGB Variations
Color information
#334DAF (or 0x334DAF) is known color: Cerulean Blue. HEX triplet: 33, 4D and AF. RGB value is (51,77,175). Sum of RGB (Red+Green+Blue) = 51+77+175=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #334DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334DAF is #CCB250. Grayscale: #4F4F4F. Windows color (decimal): -13414993 or 11488563. OLE color: 11488563.
HSL color Cylindrical-coordinate representation of color #334DAF: hue angle of 227.42º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334DAF is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 77 | 175 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.31 |
| HSL | 227.42º | 0.55% | 0.44% | - |
| HSV(B) | 227.42º | 0.71% | 0.69% | - |
| XYZ | 11.76 | 9.11 | 41.7 | - |
| YUV | 80.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 175 | 0.71 | 0.56 | 0 | 0.31 | 227.42 | 0.55 | 0.44 |
| Hex | 33 | 4D | AF | 47 | 38 | 0 | 1F | E3 | 37 | 2C |
| Octal | 63 | 115 | 257 | 107 | 70 | 0 | 37 | 343 | 67 | 54 |
| Binary | 110011 | 1001101 | 10101111 | 1000111 | 111000 | 0 | 11111 | 11100011 | 110111 | 101100 |
Color Harmonies of #334DAF
Complementary color
Monochromatic Colors of #334DAF
Black with #334DAF
Text Example
Text Example
White with #334DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DAF; }
p { color: rgb(51,77,175); }
H1.HeaderClassName
{
color: #334DAF;
}
.AnyTagClassName
{
color: #334DAF;
}
</style>
background-color css
<style>
a { background-color: #334DAF; }
a { background-color: rgb(51,77,175); }
div.DivClassName
{
background-color: #334DAF;
}
.BgClassName
{
background-color: #334DAF;
}
</style>
border-color css
<style>
span { border-color: #334DAF; }
span { border-color: rgb(51,77,175); }
td.TdClassName
{
border-color: #334DAF;
}
.TagClassName
{
border-color: #334DAF;
}
</style>