Shades of Cerulean Blue #345AAF
Tints of Cerulean Blue #345AAF
RGB
CMYK
RGB Variations
Color information
#345AAF (or 0x345AAF) is known color: Cerulean Blue. HEX triplet: 34, 5A and AF. RGB value is (52,90,175). Sum of RGB (Red+Green+Blue) = 52+90+175=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #345AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AAF is #CBA550. Grayscale: #575757. Windows color (decimal): -13346129 or 11491892. OLE color: 11491892.
HSL color Cylindrical-coordinate representation of color #345AAF: hue angle of 221.46º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345AAF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 90 | 175 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.31 |
| HSL | 221.46º | 0.54% | 0.45% | - |
| HSV(B) | 221.46º | 0.7% | 0.69% | - |
| XYZ | 12.81 | 11.14 | 42.03 | - |
| YUV | 88.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 175 | 0.70 | 0.49 | 0 | 0.31 | 221.46 | 0.54 | 0.45 |
| Hex | 34 | 5A | AF | 46 | 31 | 0 | 1F | DD | 36 | 2D |
| Octal | 64 | 132 | 257 | 106 | 61 | 0 | 37 | 335 | 66 | 55 |
| Binary | 110100 | 1011010 | 10101111 | 1000110 | 110001 | 0 | 11111 | 11011101 | 110110 | 101101 |
Color Harmonies of #345AAF
Complementary color
Monochromatic Colors of #345AAF
Black with #345AAF
Text Example
Text Example
White with #345AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AAF; }
p { color: rgb(52,90,175); }
H1.HeaderClassName
{
color: #345AAF;
}
.AnyTagClassName
{
color: #345AAF;
}
</style>
background-color css
<style>
a { background-color: #345AAF; }
a { background-color: rgb(52,90,175); }
div.DivClassName
{
background-color: #345AAF;
}
.BgClassName
{
background-color: #345AAF;
}
</style>
border-color css
<style>
span { border-color: #345AAF; }
span { border-color: rgb(52,90,175); }
td.TdClassName
{
border-color: #345AAF;
}
.TagClassName
{
border-color: #345AAF;
}
</style>