Shades of Cerulean Blue #345AAD
Tints of Cerulean Blue #345AAD
RGB
CMYK
RGB Variations
Color information
#345AAD (or 0x345AAD) is known color: Cerulean Blue. HEX triplet: 34, 5A and AD. RGB value is (52,90,173). Sum of RGB (Red+Green+Blue) = 52+90+173=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #345AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AAD is #CBA552. Grayscale: #575757. Windows color (decimal): -13346131 or 11360820. OLE color: 11360820.
HSL color Cylindrical-coordinate representation of color #345AAD: hue angle of 221.16º 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 #345AAD is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 90 | 173 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.32 |
| HSL | 221.16º | 0.54% | 0.44% | - |
| HSV(B) | 221.16º | 0.7% | 0.68% | - |
| XYZ | 12.62 | 11.06 | 41 | - |
| YUV | 88.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 173 | 0.70 | 0.48 | 0 | 0.32 | 221.16 | 0.54 | 0.44 |
| Hex | 34 | 5A | AD | 46 | 30 | 0 | 20 | DD | 36 | 2C |
| Octal | 64 | 132 | 255 | 106 | 60 | 0 | 40 | 335 | 66 | 54 |
| Binary | 110100 | 1011010 | 10101101 | 1000110 | 110000 | 0 | 100000 | 11011101 | 110110 | 101100 |
Color Harmonies of #345AAD
Complementary color
Monochromatic Colors of #345AAD
Black with #345AAD
Text Example
Text Example
White with #345AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AAD; }
p { color: rgb(52,90,173); }
H1.HeaderClassName
{
color: #345AAD;
}
.AnyTagClassName
{
color: #345AAD;
}
</style>
background-color css
<style>
a { background-color: #345AAD; }
a { background-color: rgb(52,90,173); }
div.DivClassName
{
background-color: #345AAD;
}
.BgClassName
{
background-color: #345AAD;
}
</style>
border-color css
<style>
span { border-color: #345AAD; }
span { border-color: rgb(52,90,173); }
td.TdClassName
{
border-color: #345AAD;
}
.TagClassName
{
border-color: #345AAD;
}
</style>