Shades of Cerulean Blue #3444AD
Tints of Cerulean Blue #3444AD
RGB
CMYK
RGB Variations
Color information
#3444AD (or 0x3444AD) is known color: Cerulean Blue. HEX triplet: 34, 44 and AD. RGB value is (52,68,173). Sum of RGB (Red+Green+Blue) = 52+68+173=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #3444AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3444AD is #CBBB52. Grayscale: #4A4A4A. Windows color (decimal): -13351763 or 11355188. OLE color: 11355188.
HSL color Cylindrical-coordinate representation of color #3444AD: hue angle of 232.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3444AD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 68 | 173 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.32 |
| HSL | 232.07º | 0.54% | 0.44% | - |
| HSV(B) | 232.07º | 0.7% | 0.68% | - |
| XYZ | 11.03 | 7.88 | 40.48 | - |
| YUV | 75.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 173 | 0.70 | 0.61 | 0 | 0.32 | 232.07 | 0.54 | 0.44 |
| Hex | 34 | 44 | AD | 46 | 3D | 0 | 20 | E8 | 36 | 2C |
| Octal | 64 | 104 | 255 | 106 | 75 | 0 | 40 | 350 | 66 | 54 |
| Binary | 110100 | 1000100 | 10101101 | 1000110 | 111101 | 0 | 100000 | 11101000 | 110110 | 101100 |
Color Harmonies of #3444AD
Complementary color
Monochromatic Colors of #3444AD
Black with #3444AD
Text Example
Text Example
White with #3444AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444AD; }
p { color: rgb(52,68,173); }
H1.HeaderClassName
{
color: #3444AD;
}
.AnyTagClassName
{
color: #3444AD;
}
</style>
background-color css
<style>
a { background-color: #3444AD; }
a { background-color: rgb(52,68,173); }
div.DivClassName
{
background-color: #3444AD;
}
.BgClassName
{
background-color: #3444AD;
}
</style>
border-color css
<style>
span { border-color: #3444AD; }
span { border-color: rgb(52,68,173); }
td.TdClassName
{
border-color: #3444AD;
}
.TagClassName
{
border-color: #3444AD;
}
</style>