Shades of Cerulean Blue #345FBB
Tints of Cerulean Blue #345FBB
RGB
CMYK
RGB Variations
Color information
#345FBB (or 0x345FBB) is known color: Cerulean Blue. HEX triplet: 34, 5F and BB. RGB value is (52,95,187). Sum of RGB (Red+Green+Blue) = 52+95+187=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #345FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FBB is #CBA044. Grayscale: #5C5C5C. Windows color (decimal): -13344837 or 12279604. OLE color: 12279604.
HSL color Cylindrical-coordinate representation of color #345FBB: hue angle of 220.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345FBB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 95 | 187 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.27 |
| HSL | 220.89º | 0.56% | 0.47% | - |
| HSV(B) | 220.89º | 0.72% | 0.73% | - |
| XYZ | 14.48 | 12.5 | 48.66 | - |
| YUV | 92.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 187 | 0.72 | 0.49 | 0 | 0.27 | 220.89 | 0.56 | 0.47 |
| Hex | 34 | 5F | BB | 48 | 31 | 0 | 1B | DD | 38 | 2F |
| Octal | 64 | 137 | 273 | 110 | 61 | 0 | 33 | 335 | 70 | 57 |
| Binary | 110100 | 1011111 | 10111011 | 1001000 | 110001 | 0 | 11011 | 11011101 | 111000 | 101111 |
Color Harmonies of #345FBB
Complementary color
Monochromatic Colors of #345FBB
Black with #345FBB
Text Example
Text Example
White with #345FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FBB; }
p { color: rgb(52,95,187); }
H1.HeaderClassName
{
color: #345FBB;
}
.AnyTagClassName
{
color: #345FBB;
}
</style>
background-color css
<style>
a { background-color: #345FBB; }
a { background-color: rgb(52,95,187); }
div.DivClassName
{
background-color: #345FBB;
}
.BgClassName
{
background-color: #345FBB;
}
</style>
border-color css
<style>
span { border-color: #345FBB; }
span { border-color: rgb(52,95,187); }
td.TdClassName
{
border-color: #345FBB;
}
.TagClassName
{
border-color: #345FBB;
}
</style>