Shades of Cerulean Blue #334CAA
Tints of Cerulean Blue #334CAA
RGB
CMYK
RGB Variations
Color information
#334CAA (or 0x334CAA) is known color: Cerulean Blue. HEX triplet: 33, 4C and AA. RGB value is (51,76,170). Sum of RGB (Red+Green+Blue) = 51+76+170=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #334CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334CAA is #CCB355. Grayscale: #4E4E4E. Windows color (decimal): -13415254 or 11160627. OLE color: 11160627.
HSL color Cylindrical-coordinate representation of color #334CAA: hue angle of 227.39º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334CAA is Cyan = 0.7, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 76 | 170 | - |
| CMYK | 0.7 | 0.55 | 0 | 0.33 |
| HSL | 227.4º | 0.54% | 0.43% | - |
| HSV(B) | 227.4º | 0.7% | 0.67% | - |
| XYZ | 11.21 | 8.77 | 39.13 | - |
| YUV | 79.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 170 | 0.7 | 0.55 | 0 | 0.33 | 227.4 | 0.54 | 0.43 |
| Hex | 33 | 4C | AA | 46 | 37 | 0 | 21 | E3 | 36 | 2B |
| Octal | 63 | 114 | 252 | 106 | 67 | 0 | 41 | 343 | 66 | 53 |
| Binary | 110011 | 1001100 | 10101010 | 1000110 | 110111 | 0 | 100001 | 11100011 | 110110 | 101011 |
Color Harmonies of #334CAA
Complementary color
Monochromatic Colors of #334CAA
Black with #334CAA
Text Example
Text Example
White with #334CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CAA; }
p { color: rgb(51,76,170); }
H1.HeaderClassName
{
color: #334CAA;
}
.AnyTagClassName
{
color: #334CAA;
}
</style>
background-color css
<style>
a { background-color: #334CAA; }
a { background-color: rgb(51,76,170); }
div.DivClassName
{
background-color: #334CAA;
}
.BgClassName
{
background-color: #334CAA;
}
</style>
border-color css
<style>
span { border-color: #334CAA; }
span { border-color: rgb(51,76,170); }
td.TdClassName
{
border-color: #334CAA;
}
.TagClassName
{
border-color: #334CAA;
}
</style>