Shades of Cerulean Blue #3468BE
Tints of Cerulean Blue #3468BE
RGB
CMYK
RGB Variations
Color information
#3468BE (or 0x3468BE) is known color: Cerulean Blue. HEX triplet: 34, 68 and BE. RGB value is (52,104,190). Sum of RGB (Red+Green+Blue) = 52+104+190=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #3468BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468BE is #CB9741. Grayscale: #616161. Windows color (decimal): -13342530 or 12478516. OLE color: 12478516.
HSL color Cylindrical-coordinate representation of color #3468BE: hue angle of 217.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3468BE is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 104 | 190 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.25 |
| HSL | 217.39º | 0.57% | 0.47% | - |
| HSV(B) | 217.39º | 0.73% | 0.75% | - |
| XYZ | 15.66 | 14.35 | 50.66 | - |
| YUV | 98.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 190 | 0.73 | 0.45 | 0 | 0.25 | 217.39 | 0.57 | 0.47 |
| Hex | 34 | 68 | BE | 49 | 2D | 0 | 19 | D9 | 39 | 2F |
| Octal | 64 | 150 | 276 | 111 | 55 | 0 | 31 | 331 | 71 | 57 |
| Binary | 110100 | 1101000 | 10111110 | 1001001 | 101101 | 0 | 11001 | 11011001 | 111001 | 101111 |
Color Harmonies of #3468BE
Complementary color
Monochromatic Colors of #3468BE
Black with #3468BE
Text Example
Text Example
White with #3468BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468BE; }
p { color: rgb(52,104,190); }
H1.HeaderClassName
{
color: #3468BE;
}
.AnyTagClassName
{
color: #3468BE;
}
</style>
background-color css
<style>
a { background-color: #3468BE; }
a { background-color: rgb(52,104,190); }
div.DivClassName
{
background-color: #3468BE;
}
.BgClassName
{
background-color: #3468BE;
}
</style>
border-color css
<style>
span { border-color: #3468BE; }
span { border-color: rgb(52,104,190); }
td.TdClassName
{
border-color: #3468BE;
}
.TagClassName
{
border-color: #3468BE;
}
</style>