Shades of Cerulean Blue #345BAE
Tints of Cerulean Blue #345BAE
RGB
CMYK
RGB Variations
Color information
#345BAE (or 0x345BAE) is known color: Cerulean Blue. HEX triplet: 34, 5B and AE. RGB value is (52,91,174). Sum of RGB (Red+Green+Blue) = 52+91+174=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #345BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BAE is #CBA451. Grayscale: #585858. Windows color (decimal): -13345874 or 11426612. OLE color: 11426612.
HSL color Cylindrical-coordinate representation of color #345BAE: hue angle of 220.82º 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 #345BAE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 91 | 174 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.32 |
| HSL | 220.82º | 0.54% | 0.44% | - |
| HSV(B) | 220.82º | 0.7% | 0.68% | - |
| XYZ | 12.8 | 11.27 | 41.54 | - |
| YUV | 88.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 174 | 0.70 | 0.48 | 0 | 0.32 | 220.82 | 0.54 | 0.44 |
| Hex | 34 | 5B | AE | 46 | 30 | 0 | 20 | DD | 36 | 2C |
| Octal | 64 | 133 | 256 | 106 | 60 | 0 | 40 | 335 | 66 | 54 |
| Binary | 110100 | 1011011 | 10101110 | 1000110 | 110000 | 0 | 100000 | 11011101 | 110110 | 101100 |
Color Harmonies of #345BAE
Complementary color
Monochromatic Colors of #345BAE
Black with #345BAE
Text Example
Text Example
White with #345BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BAE; }
p { color: rgb(52,91,174); }
H1.HeaderClassName
{
color: #345BAE;
}
.AnyTagClassName
{
color: #345BAE;
}
</style>
background-color css
<style>
a { background-color: #345BAE; }
a { background-color: rgb(52,91,174); }
div.DivClassName
{
background-color: #345BAE;
}
.BgClassName
{
background-color: #345BAE;
}
</style>
border-color css
<style>
span { border-color: #345BAE; }
span { border-color: rgb(52,91,174); }
td.TdClassName
{
border-color: #345BAE;
}
.TagClassName
{
border-color: #345BAE;
}
</style>