Shades of Cerulean Blue #334AAB
Tints of Cerulean Blue #334AAB
RGB
CMYK
RGB Variations
Color information
#334AAB (or 0x334AAB) is known color: Cerulean Blue. HEX triplet: 33, 4A and AB. RGB value is (51,74,171). Sum of RGB (Red+Green+Blue) = 51+74+171=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #334AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334AAB is #CCB554. Grayscale: #4D4D4D. Windows color (decimal): -13415765 or 11225651. OLE color: 11225651.
HSL color Cylindrical-coordinate representation of color #334AAB: hue angle of 228.5º 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 #334AAB is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 74 | 171 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.33 |
| HSL | 228.5º | 0.54% | 0.44% | - |
| HSV(B) | 228.5º | 0.7% | 0.67% | - |
| XYZ | 11.16 | 8.54 | 39.59 | - |
| YUV | 78.18 | 180.38 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 171 | 0.70 | 0.57 | 0 | 0.33 | 228.5 | 0.54 | 0.44 |
| Hex | 33 | 4A | AB | 46 | 39 | 0 | 21 | E4 | 36 | 2C |
| Octal | 63 | 112 | 253 | 106 | 71 | 0 | 41 | 344 | 66 | 54 |
| Binary | 110011 | 1001010 | 10101011 | 1000110 | 111001 | 0 | 100001 | 11100100 | 110110 | 101100 |
Color Harmonies of #334AAB
Complementary color
Monochromatic Colors of #334AAB
Black with #334AAB
Text Example
Text Example
White with #334AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AAB; }
p { color: rgb(51,74,171); }
H1.HeaderClassName
{
color: #334AAB;
}
.AnyTagClassName
{
color: #334AAB;
}
</style>
background-color css
<style>
a { background-color: #334AAB; }
a { background-color: rgb(51,74,171); }
div.DivClassName
{
background-color: #334AAB;
}
.BgClassName
{
background-color: #334AAB;
}
</style>
border-color css
<style>
span { border-color: #334AAB; }
span { border-color: rgb(51,74,171); }
td.TdClassName
{
border-color: #334AAB;
}
.TagClassName
{
border-color: #334AAB;
}
</style>