Shades of Cerulean Blue #345FB5
Tints of Cerulean Blue #345FB5
RGB
CMYK
RGB Variations
Color information
#345FB5 (or 0x345FB5) is known color: Cerulean Blue. HEX triplet: 34, 5F and B5. RGB value is (52,95,181). Sum of RGB (Red+Green+Blue) = 52+95+181=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #345FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FB5 is #CBA04A. Grayscale: #5B5B5B. Windows color (decimal): -13344843 or 11886388. OLE color: 11886388.
HSL color Cylindrical-coordinate representation of color #345FB5: hue angle of 220º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345FB5 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 95 | 181 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.29 |
| HSL | 220º | 0.55% | 0.46% | - |
| HSV(B) | 220º | 0.71% | 0.71% | - |
| XYZ | 13.85 | 12.25 | 45.35 | - |
| YUV | 91.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 181 | 0.71 | 0.48 | 0 | 0.29 | 220 | 0.55 | 0.46 |
| Hex | 34 | 5F | B5 | 47 | 30 | 0 | 1D | DC | 37 | 2E |
| Octal | 64 | 137 | 265 | 107 | 60 | 0 | 35 | 334 | 67 | 56 |
| Binary | 110100 | 1011111 | 10110101 | 1000111 | 110000 | 0 | 11101 | 11011100 | 110111 | 101110 |
Color Harmonies of #345FB5
Complementary color
Monochromatic Colors of #345FB5
Black with #345FB5
Text Example
Text Example
White with #345FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FB5; }
p { color: rgb(52,95,181); }
H1.HeaderClassName
{
color: #345FB5;
}
.AnyTagClassName
{
color: #345FB5;
}
</style>
background-color css
<style>
a { background-color: #345FB5; }
a { background-color: rgb(52,95,181); }
div.DivClassName
{
background-color: #345FB5;
}
.BgClassName
{
background-color: #345FB5;
}
</style>
border-color css
<style>
span { border-color: #345FB5; }
span { border-color: rgb(52,95,181); }
td.TdClassName
{
border-color: #345FB5;
}
.TagClassName
{
border-color: #345FB5;
}
</style>