Shades of Cerulean Blue #345CB9
Tints of Cerulean Blue #345CB9
RGB
CMYK
RGB Variations
Color information
#345CB9 (or 0x345CB9) is known color: Cerulean Blue. HEX triplet: 34, 5C and B9. RGB value is (52,92,185). Sum of RGB (Red+Green+Blue) = 52+92+185=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #345CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345CB9 is #CBA346. Grayscale: #5A5A5A. Windows color (decimal): -13345607 or 12147764. OLE color: 12147764.
HSL color Cylindrical-coordinate representation of color #345CB9: hue angle of 221.95º 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 #345CB9 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 92 | 185 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.27 |
| HSL | 221.95º | 0.56% | 0.46% | - |
| HSV(B) | 221.95º | 0.72% | 0.73% | - |
| XYZ | 14 | 11.89 | 47.46 | - |
| YUV | 90.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 185 | 0.72 | 0.50 | 0 | 0.27 | 221.95 | 0.56 | 0.46 |
| Hex | 34 | 5C | B9 | 48 | 32 | 0 | 1B | DE | 38 | 2E |
| Octal | 64 | 134 | 271 | 110 | 62 | 0 | 33 | 336 | 70 | 56 |
| Binary | 110100 | 1011100 | 10111001 | 1001000 | 110010 | 0 | 11011 | 11011110 | 111000 | 101110 |
Color Harmonies of #345CB9
Complementary color
Monochromatic Colors of #345CB9
Black with #345CB9
Text Example
Text Example
White with #345CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345CB9; }
p { color: rgb(52,92,185); }
H1.HeaderClassName
{
color: #345CB9;
}
.AnyTagClassName
{
color: #345CB9;
}
</style>
background-color css
<style>
a { background-color: #345CB9; }
a { background-color: rgb(52,92,185); }
div.DivClassName
{
background-color: #345CB9;
}
.BgClassName
{
background-color: #345CB9;
}
</style>
border-color css
<style>
span { border-color: #345CB9; }
span { border-color: rgb(52,92,185); }
td.TdClassName
{
border-color: #345CB9;
}
.TagClassName
{
border-color: #345CB9;
}
</style>