Shades of Cerulean Blue #334AAA
Tints of Cerulean Blue #334AAA
RGB
CMYK
RGB Variations
Color information
#334AAA (or 0x334AAA) is known color: Cerulean Blue. HEX triplet: 33, 4A and AA. RGB value is (51,74,170). Sum of RGB (Red+Green+Blue) = 51+74+170=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #334AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AAA is #CCB555. Grayscale: #4D4D4D. Windows color (decimal): -13415766 or 11160115. OLE color: 11160115.
HSL color Cylindrical-coordinate representation of color #334AAA: hue angle of 228.4º 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 #334AAA is Cyan = 0.7, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 74 | 170 | - |
| CMYK | 0.7 | 0.56 | 0 | 0.33 |
| HSL | 228.4º | 0.54% | 0.43% | - |
| HSV(B) | 228.4º | 0.7% | 0.67% | - |
| XYZ | 11.07 | 8.5 | 39.09 | - |
| YUV | 78.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 170 | 0.7 | 0.56 | 0 | 0.33 | 228.4 | 0.54 | 0.43 |
| Hex | 33 | 4A | AA | 46 | 38 | 0 | 21 | E4 | 36 | 2B |
| Octal | 63 | 112 | 252 | 106 | 70 | 0 | 41 | 344 | 66 | 53 |
| Binary | 110011 | 1001010 | 10101010 | 1000110 | 111000 | 0 | 100001 | 11100100 | 110110 | 101011 |
Color Harmonies of #334AAA
Complementary color
Monochromatic Colors of #334AAA
Black with #334AAA
Text Example
Text Example
White with #334AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AAA; }
p { color: rgb(51,74,170); }
H1.HeaderClassName
{
color: #334AAA;
}
.AnyTagClassName
{
color: #334AAA;
}
</style>
background-color css
<style>
a { background-color: #334AAA; }
a { background-color: rgb(51,74,170); }
div.DivClassName
{
background-color: #334AAA;
}
.BgClassName
{
background-color: #334AAA;
}
</style>
border-color css
<style>
span { border-color: #334AAA; }
span { border-color: rgb(51,74,170); }
td.TdClassName
{
border-color: #334AAA;
}
.TagClassName
{
border-color: #334AAA;
}
</style>