Shades of Cerulean Blue #345EB2
Tints of Cerulean Blue #345EB2
RGB
CMYK
RGB Variations
Color information
#345EB2 (or 0x345EB2) is known color: Cerulean Blue. HEX triplet: 34, 5E and B2. RGB value is (52,94,178). Sum of RGB (Red+Green+Blue) = 52+94+178=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #345EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EB2 is #CBA14D. Grayscale: #5A5A5A. Windows color (decimal): -13345102 or 11689524. OLE color: 11689524.
HSL color Cylindrical-coordinate representation of color #345EB2: hue angle of 220º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #345EB2 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 94 | 178 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.30 |
| HSL | 220º | 0.55% | 0.45% | - |
| HSV(B) | 220º | 0.71% | 0.7% | - |
| XYZ | 13.45 | 11.95 | 43.72 | - |
| YUV | 91.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 178 | 0.71 | 0.47 | 0 | 0.30 | 220 | 0.55 | 0.45 |
| Hex | 34 | 5E | B2 | 47 | 2F | 0 | 1E | DC | 37 | 2D |
| Octal | 64 | 136 | 262 | 107 | 57 | 0 | 36 | 334 | 67 | 55 |
| Binary | 110100 | 1011110 | 10110010 | 1000111 | 101111 | 0 | 11110 | 11011100 | 110111 | 101101 |
Color Harmonies of #345EB2
Complementary color
Monochromatic Colors of #345EB2
Black with #345EB2
Text Example
Text Example
White with #345EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EB2; }
p { color: rgb(52,94,178); }
H1.HeaderClassName
{
color: #345EB2;
}
.AnyTagClassName
{
color: #345EB2;
}
</style>
background-color css
<style>
a { background-color: #345EB2; }
a { background-color: rgb(52,94,178); }
div.DivClassName
{
background-color: #345EB2;
}
.BgClassName
{
background-color: #345EB2;
}
</style>
border-color css
<style>
span { border-color: #345EB2; }
span { border-color: rgb(52,94,178); }
td.TdClassName
{
border-color: #345EB2;
}
.TagClassName
{
border-color: #345EB2;
}
</style>