Shades of Cerulean Blue #3346AD
Tints of Cerulean Blue #3346AD
RGB
CMYK
RGB Variations
Color information
#3346AD (or 0x3346AD) is known color: Cerulean Blue. HEX triplet: 33, 46 and AD. RGB value is (51,70,173). Sum of RGB (Red+Green+Blue) = 51+70+173=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #3346AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3346AD is #CCB952. Grayscale: #4B4B4B. Windows color (decimal): -13416787 or 11355699. OLE color: 11355699.
HSL color Cylindrical-coordinate representation of color #3346AD: hue angle of 230.66º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3346AD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 70 | 173 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.32 |
| HSL | 230.66º | 0.54% | 0.44% | - |
| HSV(B) | 230.66º | 0.71% | 0.68% | - |
| XYZ | 11.1 | 8.1 | 40.51 | - |
| YUV | 76.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 173 | 0.71 | 0.60 | 0 | 0.32 | 230.66 | 0.54 | 0.44 |
| Hex | 33 | 46 | AD | 47 | 3C | 0 | 20 | E7 | 36 | 2C |
| Octal | 63 | 106 | 255 | 107 | 74 | 0 | 40 | 347 | 66 | 54 |
| Binary | 110011 | 1000110 | 10101101 | 1000111 | 111100 | 0 | 100000 | 11100111 | 110110 | 101100 |
Color Harmonies of #3346AD
Complementary color
Monochromatic Colors of #3346AD
Black with #3346AD
Text Example
Text Example
White with #3346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3346AD; }
p { color: rgb(51,70,173); }
H1.HeaderClassName
{
color: #3346AD;
}
.AnyTagClassName
{
color: #3346AD;
}
</style>
background-color css
<style>
a { background-color: #3346AD; }
a { background-color: rgb(51,70,173); }
div.DivClassName
{
background-color: #3346AD;
}
.BgClassName
{
background-color: #3346AD;
}
</style>
border-color css
<style>
span { border-color: #3346AD; }
span { border-color: rgb(51,70,173); }
td.TdClassName
{
border-color: #3346AD;
}
.TagClassName
{
border-color: #3346AD;
}
</style>