Shades of Cerulean Blue #334BAC
Tints of Cerulean Blue #334BAC
RGB
CMYK
RGB Variations
Color information
#334BAC (or 0x334BAC) is known color: Cerulean Blue. HEX triplet: 33, 4B and AC. RGB value is (51,75,172). Sum of RGB (Red+Green+Blue) = 51+75+172=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #334BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAC is #CCB453. Grayscale: #4E4E4E. Windows color (decimal): -13415508 or 11291443. OLE color: 11291443.
HSL color Cylindrical-coordinate representation of color #334BAC: hue angle of 228.1º 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 #334BAC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 75 | 172 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.33 |
| HSL | 228.1º | 0.54% | 0.44% | - |
| HSV(B) | 228.1º | 0.7% | 0.67% | - |
| XYZ | 11.33 | 8.71 | 40.11 | - |
| YUV | 78.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 172 | 0.70 | 0.56 | 0 | 0.33 | 228.1 | 0.54 | 0.44 |
| Hex | 33 | 4B | AC | 46 | 38 | 0 | 21 | E4 | 36 | 2C |
| Octal | 63 | 113 | 254 | 106 | 70 | 0 | 41 | 344 | 66 | 54 |
| Binary | 110011 | 1001011 | 10101100 | 1000110 | 111000 | 0 | 100001 | 11100100 | 110110 | 101100 |
Color Harmonies of #334BAC
Complementary color
Monochromatic Colors of #334BAC
Black with #334BAC
Text Example
Text Example
White with #334BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BAC; }
p { color: rgb(51,75,172); }
H1.HeaderClassName
{
color: #334BAC;
}
.AnyTagClassName
{
color: #334BAC;
}
</style>
background-color css
<style>
a { background-color: #334BAC; }
a { background-color: rgb(51,75,172); }
div.DivClassName
{
background-color: #334BAC;
}
.BgClassName
{
background-color: #334BAC;
}
</style>
border-color css
<style>
span { border-color: #334BAC; }
span { border-color: rgb(51,75,172); }
td.TdClassName
{
border-color: #334BAC;
}
.TagClassName
{
border-color: #334BAC;
}
</style>