Shades of Cerulean Blue #345ABF
Tints of Cerulean Blue #345ABF
RGB
CMYK
RGB Variations
Color information
#345ABF (or 0x345ABF) is known color: Cerulean Blue. HEX triplet: 34, 5A and BF. RGB value is (52,90,191). Sum of RGB (Red+Green+Blue) = 52+90+191=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #345ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345ABF is #CBA540. Grayscale: #595959. Windows color (decimal): -13346113 or 12540468. OLE color: 12540468.
HSL color Cylindrical-coordinate representation of color #345ABF: hue angle of 223.6º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #345ABF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 90 | 191 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.25 |
| HSL | 223.6º | 0.57% | 0.48% | - |
| HSV(B) | 223.6º | 0.73% | 0.75% | - |
| XYZ | 14.48 | 11.8 | 50.81 | - |
| YUV | 90.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 191 | 0.73 | 0.53 | 0 | 0.25 | 223.6 | 0.57 | 0.48 |
| Hex | 34 | 5A | BF | 49 | 35 | 0 | 19 | E0 | 39 | 30 |
| Octal | 64 | 132 | 277 | 111 | 65 | 0 | 31 | 340 | 71 | 60 |
| Binary | 110100 | 1011010 | 10111111 | 1001001 | 110101 | 0 | 11001 | 11100000 | 111001 | 110000 |
Color Harmonies of #345ABF
Complementary color
Monochromatic Colors of #345ABF
Black with #345ABF
Text Example
Text Example
White with #345ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345ABF; }
p { color: rgb(52,90,191); }
H1.HeaderClassName
{
color: #345ABF;
}
.AnyTagClassName
{
color: #345ABF;
}
</style>
background-color css
<style>
a { background-color: #345ABF; }
a { background-color: rgb(52,90,191); }
div.DivClassName
{
background-color: #345ABF;
}
.BgClassName
{
background-color: #345ABF;
}
</style>
border-color css
<style>
span { border-color: #345ABF; }
span { border-color: rgb(52,90,191); }
td.TdClassName
{
border-color: #345ABF;
}
.TagClassName
{
border-color: #345ABF;
}
</style>