Shades of Cerulean Blue #3451A7
Tints of Cerulean Blue #3451A7
RGB
CMYK
RGB Variations
Color information
#3451A7 (or 0x3451A7) is known color: Cerulean Blue. HEX triplet: 34, 51 and A7. RGB value is (52,81,167). Sum of RGB (Red+Green+Blue) = 52+81+167=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 167 (65.62% from 255 or 55.67% from 300); Max value from RGB is 167 - color contains mainly: blue. Hex color #3451A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3451A7 is #CBAE58. Grayscale: #515151. Windows color (decimal): -13348441 or 10965300. OLE color: 10965300.
HSL color Cylindrical-coordinate representation of color #3451A7: hue angle of 224.87º 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 #3451A7 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 81 | 167 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.35 |
| HSL | 224.87º | 0.53% | 0.43% | - |
| HSV(B) | 224.87º | 0.69% | 0.65% | - |
| XYZ | 11.33 | 9.4 | 37.78 | - |
| YUV | 82.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 167 | 0.69 | 0.51 | 0 | 0.35 | 224.87 | 0.53 | 0.43 |
| Hex | 34 | 51 | A7 | 45 | 33 | 0 | 23 | E1 | 35 | 2B |
| Octal | 64 | 121 | 247 | 105 | 63 | 0 | 43 | 341 | 65 | 53 |
| Binary | 110100 | 1010001 | 10100111 | 1000101 | 110011 | 0 | 100011 | 11100001 | 110101 | 101011 |
Color Harmonies of #3451A7
Complementary color
Monochromatic Colors of #3451A7
Black with #3451A7
Text Example
Text Example
White with #3451A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451A7; }
p { color: rgb(52,81,167); }
H1.HeaderClassName
{
color: #3451A7;
}
.AnyTagClassName
{
color: #3451A7;
}
</style>
background-color css
<style>
a { background-color: #3451A7; }
a { background-color: rgb(52,81,167); }
div.DivClassName
{
background-color: #3451A7;
}
.BgClassName
{
background-color: #3451A7;
}
</style>
border-color css
<style>
span { border-color: #3451A7; }
span { border-color: rgb(52,81,167); }
td.TdClassName
{
border-color: #3451A7;
}
.TagClassName
{
border-color: #3451A7;
}
</style>