Shades of Cerulean Blue #3468BD
Tints of Cerulean Blue #3468BD
RGB
CMYK
RGB Variations
Color information
#3468BD (or 0x3468BD) is known color: Cerulean Blue. HEX triplet: 34, 68 and BD. RGB value is (52,104,189). Sum of RGB (Red+Green+Blue) = 52+104+189=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #3468BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468BD is #CB9742. Grayscale: #616161. Windows color (decimal): -13342531 or 12412980. OLE color: 12412980.
HSL color Cylindrical-coordinate representation of color #3468BD: hue angle of 217.23º 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 #3468BD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 104 | 189 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.26 |
| HSL | 217.23º | 0.57% | 0.47% | - |
| HSV(B) | 217.23º | 0.72% | 0.74% | - |
| XYZ | 15.55 | 14.3 | 50.09 | - |
| YUV | 98.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 104 | 189 | 0.72 | 0.45 | 0 | 0.26 | 217.23 | 0.57 | 0.47 |
| Hex | 34 | 68 | BD | 48 | 2D | 0 | 1A | D9 | 39 | 2F |
| Octal | 64 | 150 | 275 | 110 | 55 | 0 | 32 | 331 | 71 | 57 |
| Binary | 110100 | 1101000 | 10111101 | 1001000 | 101101 | 0 | 11010 | 11011001 | 111001 | 101111 |
Color Harmonies of #3468BD
Complementary color
Monochromatic Colors of #3468BD
Black with #3468BD
Text Example
Text Example
White with #3468BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3468BD; }
p { color: rgb(52,104,189); }
H1.HeaderClassName
{
color: #3468BD;
}
.AnyTagClassName
{
color: #3468BD;
}
</style>
background-color css
<style>
a { background-color: #3468BD; }
a { background-color: rgb(52,104,189); }
div.DivClassName
{
background-color: #3468BD;
}
.BgClassName
{
background-color: #3468BD;
}
</style>
border-color css
<style>
span { border-color: #3468BD; }
span { border-color: rgb(52,104,189); }
td.TdClassName
{
border-color: #3468BD;
}
.TagClassName
{
border-color: #3468BD;
}
</style>