Shades of Cerulean Blue #3344AB
Tints of Cerulean Blue #3344AB
RGB
CMYK
RGB Variations
Color information
#3344AB (or 0x3344AB) is known color: Cerulean Blue. HEX triplet: 33, 44 and AB. RGB value is (51,68,171). Sum of RGB (Red+Green+Blue) = 51+68+171=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3344AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3344AB is #CCBB54. Grayscale: #4A4A4A. Windows color (decimal): -13417301 or 11224115. OLE color: 11224115.
HSL color Cylindrical-coordinate representation of color #3344AB: hue angle of 231.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 #3344AB is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 68 | 171 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.33 |
| HSL | 231.5º | 0.54% | 0.44% | - |
| HSV(B) | 231.5º | 0.7% | 0.67% | - |
| XYZ | 10.78 | 7.78 | 39.46 | - |
| YUV | 74.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 171 | 0.70 | 0.60 | 0 | 0.33 | 231.5 | 0.54 | 0.44 |
| Hex | 33 | 44 | AB | 46 | 3C | 0 | 21 | E8 | 36 | 2C |
| Octal | 63 | 104 | 253 | 106 | 74 | 0 | 41 | 350 | 66 | 54 |
| Binary | 110011 | 1000100 | 10101011 | 1000110 | 111100 | 0 | 100001 | 11101000 | 110110 | 101100 |
Color Harmonies of #3344AB
Complementary color
Monochromatic Colors of #3344AB
Black with #3344AB
Text Example
Text Example
White with #3344AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344AB; }
p { color: rgb(51,68,171); }
H1.HeaderClassName
{
color: #3344AB;
}
.AnyTagClassName
{
color: #3344AB;
}
</style>
background-color css
<style>
a { background-color: #3344AB; }
a { background-color: rgb(51,68,171); }
div.DivClassName
{
background-color: #3344AB;
}
.BgClassName
{
background-color: #3344AB;
}
</style>
border-color css
<style>
span { border-color: #3344AB; }
span { border-color: rgb(51,68,171); }
td.TdClassName
{
border-color: #3344AB;
}
.TagClassName
{
border-color: #3344AB;
}
</style>