Shades of Cerulean Blue #345BBF
Tints of Cerulean Blue #345BBF
RGB
CMYK
RGB Variations
Color information
#345BBF (or 0x345BBF) is known color: Cerulean Blue. HEX triplet: 34, 5B and BF. RGB value is (52,91,191). Sum of RGB (Red+Green+Blue) = 52+91+191=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #345BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345BBF is #CBA440. Grayscale: #5A5A5A. Windows color (decimal): -13345857 or 12540724. OLE color: 12540724.
HSL color Cylindrical-coordinate representation of color #345BBF: hue angle of 223.17º 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 #345BBF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 91 | 191 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.25 |
| HSL | 223.17º | 0.57% | 0.48% | - |
| HSV(B) | 223.17º | 0.73% | 0.75% | - |
| XYZ | 14.56 | 11.97 | 50.83 | - |
| YUV | 90.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 191 | 0.73 | 0.52 | 0 | 0.25 | 223.17 | 0.57 | 0.48 |
| Hex | 34 | 5B | BF | 49 | 34 | 0 | 19 | DF | 39 | 30 |
| Octal | 64 | 133 | 277 | 111 | 64 | 0 | 31 | 337 | 71 | 60 |
| Binary | 110100 | 1011011 | 10111111 | 1001001 | 110100 | 0 | 11001 | 11011111 | 111001 | 110000 |
Color Harmonies of #345BBF
Complementary color
Monochromatic Colors of #345BBF
Black with #345BBF
Text Example
Text Example
White with #345BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BBF; }
p { color: rgb(52,91,191); }
H1.HeaderClassName
{
color: #345BBF;
}
.AnyTagClassName
{
color: #345BBF;
}
</style>
background-color css
<style>
a { background-color: #345BBF; }
a { background-color: rgb(52,91,191); }
div.DivClassName
{
background-color: #345BBF;
}
.BgClassName
{
background-color: #345BBF;
}
</style>
border-color css
<style>
span { border-color: #345BBF; }
span { border-color: rgb(52,91,191); }
td.TdClassName
{
border-color: #345BBF;
}
.TagClassName
{
border-color: #345BBF;
}
</style>