Shades of Cerulean Blue #345EBD
Tints of Cerulean Blue #345EBD
RGB
CMYK
RGB Variations
Color information
#345EBD (or 0x345EBD) is known color: Cerulean Blue. HEX triplet: 34, 5E and BD. RGB value is (52,94,189). Sum of RGB (Red+Green+Blue) = 52+94+189=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #345EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EBD is #CBA142. Grayscale: #5B5B5B. Windows color (decimal): -13345091 or 12410420. OLE color: 12410420.
HSL color Cylindrical-coordinate representation of color #345EBD: hue angle of 221.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #345EBD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 94 | 189 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.26 |
| HSL | 221.61º | 0.57% | 0.47% | - |
| HSV(B) | 221.61º | 0.72% | 0.74% | - |
| XYZ | 14.6 | 12.41 | 49.77 | - |
| YUV | 92.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 189 | 0.72 | 0.50 | 0 | 0.26 | 221.61 | 0.57 | 0.47 |
| Hex | 34 | 5E | BD | 48 | 32 | 0 | 1A | DE | 39 | 2F |
| Octal | 64 | 136 | 275 | 110 | 62 | 0 | 32 | 336 | 71 | 57 |
| Binary | 110100 | 1011110 | 10111101 | 1001000 | 110010 | 0 | 11010 | 11011110 | 111001 | 101111 |
Color Harmonies of #345EBD
Complementary color
Monochromatic Colors of #345EBD
Black with #345EBD
Text Example
Text Example
White with #345EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EBD; }
p { color: rgb(52,94,189); }
H1.HeaderClassName
{
color: #345EBD;
}
.AnyTagClassName
{
color: #345EBD;
}
</style>
background-color css
<style>
a { background-color: #345EBD; }
a { background-color: rgb(52,94,189); }
div.DivClassName
{
background-color: #345EBD;
}
.BgClassName
{
background-color: #345EBD;
}
</style>
border-color css
<style>
span { border-color: #345EBD; }
span { border-color: rgb(52,94,189); }
td.TdClassName
{
border-color: #345EBD;
}
.TagClassName
{
border-color: #345EBD;
}
</style>