Shades of Cerulean Blue #3345A6
Tints of Cerulean Blue #3345A6
RGB
CMYK
RGB Variations
Color information
#3345A6 (or 0x3345A6) is known color: Cerulean Blue. HEX triplet: 33, 45 and A6. RGB value is (51,69,166). Sum of RGB (Red+Green+Blue) = 51+69+166=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 166 (65.23% from 255 or 58.04% from 286); Max value from RGB is 166 - color contains mainly: blue. Hex color #3345A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3345A6 is #CCBA59. Grayscale: #4A4A4A. Windows color (decimal): -13417050 or 10896691. OLE color: 10896691.
HSL color Cylindrical-coordinate representation of color #3345A6: hue angle of 230.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3345A6 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 69 | 166 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.35 |
| HSL | 230.61º | 0.53% | 0.43% | - |
| HSV(B) | 230.61º | 0.69% | 0.65% | - |
| XYZ | 10.38 | 7.71 | 37.02 | - |
| YUV | 74.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 166 | 0.69 | 0.58 | 0 | 0.35 | 230.61 | 0.53 | 0.43 |
| Hex | 33 | 45 | A6 | 45 | 3A | 0 | 23 | E7 | 35 | 2B |
| Octal | 63 | 105 | 246 | 105 | 72 | 0 | 43 | 347 | 65 | 53 |
| Binary | 110011 | 1000101 | 10100110 | 1000101 | 111010 | 0 | 100011 | 11100111 | 110101 | 101011 |
Color Harmonies of #3345A6
Complementary color
Monochromatic Colors of #3345A6
Black with #3345A6
Text Example
Text Example
White with #3345A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345A6; }
p { color: rgb(51,69,166); }
H1.HeaderClassName
{
color: #3345A6;
}
.AnyTagClassName
{
color: #3345A6;
}
</style>
background-color css
<style>
a { background-color: #3345A6; }
a { background-color: rgb(51,69,166); }
div.DivClassName
{
background-color: #3345A6;
}
.BgClassName
{
background-color: #3345A6;
}
</style>
border-color css
<style>
span { border-color: #3345A6; }
span { border-color: rgb(51,69,166); }
td.TdClassName
{
border-color: #3345A6;
}
.TagClassName
{
border-color: #3345A6;
}
</style>