Shades of Cerulean Blue #3446AD
Tints of Cerulean Blue #3446AD
RGB
CMYK
RGB Variations
Color information
#3446AD (or 0x3446AD) is known color: Cerulean Blue. HEX triplet: 34, 46 and AD. RGB value is (52,70,173). Sum of RGB (Red+Green+Blue) = 52+70+173=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3446AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3446AD is #CBB952. Grayscale: #4B4B4B. Windows color (decimal): -13351251 or 11355700. OLE color: 11355700.
HSL color Cylindrical-coordinate representation of color #3446AD: hue angle of 231.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 #3446AD is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 70 | 173 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.32 |
| HSL | 231.07º | 0.54% | 0.44% | - |
| HSV(B) | 231.07º | 0.7% | 0.68% | - |
| XYZ | 11.15 | 8.13 | 40.52 | - |
| YUV | 76.36 | 182.54 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 173 | 0.70 | 0.60 | 0 | 0.32 | 231.07 | 0.54 | 0.44 |
| Hex | 34 | 46 | AD | 46 | 3C | 0 | 20 | E7 | 36 | 2C |
| Octal | 64 | 106 | 255 | 106 | 74 | 0 | 40 | 347 | 66 | 54 |
| Binary | 110100 | 1000110 | 10101101 | 1000110 | 111100 | 0 | 100000 | 11100111 | 110110 | 101100 |
Color Harmonies of #3446AD
Complementary color
Monochromatic Colors of #3446AD
Black with #3446AD
Text Example
Text Example
White with #3446AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446AD; }
p { color: rgb(52,70,173); }
H1.HeaderClassName
{
color: #3446AD;
}
.AnyTagClassName
{
color: #3446AD;
}
</style>
background-color css
<style>
a { background-color: #3446AD; }
a { background-color: rgb(52,70,173); }
div.DivClassName
{
background-color: #3446AD;
}
.BgClassName
{
background-color: #3446AD;
}
</style>
border-color css
<style>
span { border-color: #3446AD; }
span { border-color: rgb(52,70,173); }
td.TdClassName
{
border-color: #3446AD;
}
.TagClassName
{
border-color: #3446AD;
}
</style>