Shades of Cerulean Blue #345AB9
Tints of Cerulean Blue #345AB9
RGB
CMYK
RGB Variations
Color information
#345AB9 (or 0x345AB9) is known color: Cerulean Blue. HEX triplet: 34, 5A and B9. RGB value is (52,90,185). Sum of RGB (Red+Green+Blue) = 52+90+185=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #345AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345AB9 is #CBA546. Grayscale: #595959. Windows color (decimal): -13346119 or 12147252. OLE color: 12147252.
HSL color Cylindrical-coordinate representation of color #345AB9: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345AB9 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 90 | 185 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.27 |
| HSL | 222.86º | 0.56% | 0.46% | - |
| HSV(B) | 222.86º | 0.72% | 0.73% | - |
| XYZ | 13.83 | 11.55 | 47.4 | - |
| YUV | 89.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 185 | 0.72 | 0.51 | 0 | 0.27 | 222.86 | 0.56 | 0.46 |
| Hex | 34 | 5A | B9 | 48 | 33 | 0 | 1B | DF | 38 | 2E |
| Octal | 64 | 132 | 271 | 110 | 63 | 0 | 33 | 337 | 70 | 56 |
| Binary | 110100 | 1011010 | 10111001 | 1001000 | 110011 | 0 | 11011 | 11011111 | 111000 | 101110 |
Color Harmonies of #345AB9
Complementary color
Monochromatic Colors of #345AB9
Black with #345AB9
Text Example
Text Example
White with #345AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AB9; }
p { color: rgb(52,90,185); }
H1.HeaderClassName
{
color: #345AB9;
}
.AnyTagClassName
{
color: #345AB9;
}
</style>
background-color css
<style>
a { background-color: #345AB9; }
a { background-color: rgb(52,90,185); }
div.DivClassName
{
background-color: #345AB9;
}
.BgClassName
{
background-color: #345AB9;
}
</style>
border-color css
<style>
span { border-color: #345AB9; }
span { border-color: rgb(52,90,185); }
td.TdClassName
{
border-color: #345AB9;
}
.TagClassName
{
border-color: #345AB9;
}
</style>