Shades of Cerulean Blue #334CAC
Tints of Cerulean Blue #334CAC
RGB
CMYK
RGB Variations
Color information
#334CAC (or 0x334CAC) is known color: Cerulean Blue. HEX triplet: 33, 4C and AC. RGB value is (51,76,172). Sum of RGB (Red+Green+Blue) = 51+76+172=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #334CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334CAC is #CCB353. Grayscale: #4F4F4F. Windows color (decimal): -13415252 or 11291699. OLE color: 11291699.
HSL color Cylindrical-coordinate representation of color #334CAC: hue angle of 227.6º 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 #334CAC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 76 | 172 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.33 |
| HSL | 227.6º | 0.54% | 0.44% | - |
| HSV(B) | 227.6º | 0.7% | 0.67% | - |
| XYZ | 11.4 | 8.85 | 40.14 | - |
| YUV | 79.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 172 | 0.70 | 0.56 | 0 | 0.33 | 227.6 | 0.54 | 0.44 |
| Hex | 33 | 4C | AC | 46 | 38 | 0 | 21 | E4 | 36 | 2C |
| Octal | 63 | 114 | 254 | 106 | 70 | 0 | 41 | 344 | 66 | 54 |
| Binary | 110011 | 1001100 | 10101100 | 1000110 | 111000 | 0 | 100001 | 11100100 | 110110 | 101100 |
Color Harmonies of #334CAC
Complementary color
Monochromatic Colors of #334CAC
Black with #334CAC
Text Example
Text Example
White with #334CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CAC; }
p { color: rgb(51,76,172); }
H1.HeaderClassName
{
color: #334CAC;
}
.AnyTagClassName
{
color: #334CAC;
}
</style>
background-color css
<style>
a { background-color: #334CAC; }
a { background-color: rgb(51,76,172); }
div.DivClassName
{
background-color: #334CAC;
}
.BgClassName
{
background-color: #334CAC;
}
</style>
border-color css
<style>
span { border-color: #334CAC; }
span { border-color: rgb(51,76,172); }
td.TdClassName
{
border-color: #334CAC;
}
.TagClassName
{
border-color: #334CAC;
}
</style>