Shades of Cerulean Blue #346CBF
Tints of Cerulean Blue #346CBF
RGB
CMYK
RGB Variations
Color information
#346CBF (or 0x346CBF) is known color: Cerulean Blue. HEX triplet: 34, 6C and BF. RGB value is (52,108,191). Sum of RGB (Red+Green+Blue) = 52+108+191=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #346CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CBF is #CB9340. Grayscale: #646464. Windows color (decimal): -13341505 or 12545076. OLE color: 12545076.
HSL color Cylindrical-coordinate representation of color #346CBF: hue angle of 215.83º 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 #346CBF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 108 | 191 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.25 |
| HSL | 215.83º | 0.57% | 0.48% | - |
| HSV(B) | 215.83º | 0.73% | 0.75% | - |
| XYZ | 16.18 | 15.22 | 51.37 | - |
| YUV | 100.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 191 | 0.73 | 0.43 | 0 | 0.25 | 215.83 | 0.57 | 0.48 |
| Hex | 34 | 6C | BF | 49 | 2B | 0 | 19 | D8 | 39 | 30 |
| Octal | 64 | 154 | 277 | 111 | 53 | 0 | 31 | 330 | 71 | 60 |
| Binary | 110100 | 1101100 | 10111111 | 1001001 | 101011 | 0 | 11001 | 11011000 | 111001 | 110000 |
Color Harmonies of #346CBF
Complementary color
Monochromatic Colors of #346CBF
Black with #346CBF
Text Example
Text Example
White with #346CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346CBF; }
p { color: rgb(52,108,191); }
H1.HeaderClassName
{
color: #346CBF;
}
.AnyTagClassName
{
color: #346CBF;
}
</style>
background-color css
<style>
a { background-color: #346CBF; }
a { background-color: rgb(52,108,191); }
div.DivClassName
{
background-color: #346CBF;
}
.BgClassName
{
background-color: #346CBF;
}
</style>
border-color css
<style>
span { border-color: #346CBF; }
span { border-color: rgb(52,108,191); }
td.TdClassName
{
border-color: #346CBF;
}
.TagClassName
{
border-color: #346CBF;
}
</style>