Shades of Cerulean Blue #345ABD
Tints of Cerulean Blue #345ABD
RGB
CMYK
RGB Variations
Color information
#345ABD (or 0x345ABD) is known color: Cerulean Blue. HEX triplet: 34, 5A and BD. RGB value is (52,90,189). Sum of RGB (Red+Green+Blue) = 52+90+189=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #345ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ABD is #CBA542. Grayscale: #595959. Windows color (decimal): -13346115 or 12409396. OLE color: 12409396.
HSL color Cylindrical-coordinate representation of color #345ABD: hue angle of 223.36º 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 #345ABD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 90 | 189 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.26 |
| HSL | 223.36º | 0.57% | 0.47% | - |
| HSV(B) | 223.36º | 0.72% | 0.74% | - |
| XYZ | 14.26 | 11.72 | 49.65 | - |
| YUV | 89.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 189 | 0.72 | 0.52 | 0 | 0.26 | 223.36 | 0.57 | 0.47 |
| Hex | 34 | 5A | BD | 48 | 34 | 0 | 1A | DF | 39 | 2F |
| Octal | 64 | 132 | 275 | 110 | 64 | 0 | 32 | 337 | 71 | 57 |
| Binary | 110100 | 1011010 | 10111101 | 1001000 | 110100 | 0 | 11010 | 11011111 | 111001 | 101111 |
Color Harmonies of #345ABD
Complementary color
Monochromatic Colors of #345ABD
Black with #345ABD
Text Example
Text Example
White with #345ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ABD; }
p { color: rgb(52,90,189); }
H1.HeaderClassName
{
color: #345ABD;
}
.AnyTagClassName
{
color: #345ABD;
}
</style>
background-color css
<style>
a { background-color: #345ABD; }
a { background-color: rgb(52,90,189); }
div.DivClassName
{
background-color: #345ABD;
}
.BgClassName
{
background-color: #345ABD;
}
</style>
border-color css
<style>
span { border-color: #345ABD; }
span { border-color: rgb(52,90,189); }
td.TdClassName
{
border-color: #345ABD;
}
.TagClassName
{
border-color: #345ABD;
}
</style>