Shades of Cerulean Blue #3467B9
Tints of Cerulean Blue #3467B9
RGB
CMYK
RGB Variations
Color information
#3467B9 (or 0x3467B9) is known color: Cerulean Blue. HEX triplet: 34, 67 and B9. RGB value is (52,103,185). Sum of RGB (Red+Green+Blue) = 52+103+185=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #3467B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467B9 is #CB9846. Grayscale: #606060. Windows color (decimal): -13342791 or 12150580. OLE color: 12150580.
HSL color Cylindrical-coordinate representation of color #3467B9: hue angle of 216.99º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3467B9 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 103 | 185 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.27 |
| HSL | 216.99º | 0.56% | 0.46% | - |
| HSV(B) | 216.99º | 0.72% | 0.73% | - |
| XYZ | 15.02 | 13.93 | 47.8 | - |
| YUV | 97.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 185 | 0.72 | 0.44 | 0 | 0.27 | 216.99 | 0.56 | 0.46 |
| Hex | 34 | 67 | B9 | 48 | 2C | 0 | 1B | D9 | 38 | 2E |
| Octal | 64 | 147 | 271 | 110 | 54 | 0 | 33 | 331 | 70 | 56 |
| Binary | 110100 | 1100111 | 10111001 | 1001000 | 101100 | 0 | 11011 | 11011001 | 111000 | 101110 |
Color Harmonies of #3467B9
Complementary color
Monochromatic Colors of #3467B9
Black with #3467B9
Text Example
Text Example
White with #3467B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467B9; }
p { color: rgb(52,103,185); }
H1.HeaderClassName
{
color: #3467B9;
}
.AnyTagClassName
{
color: #3467B9;
}
</style>
background-color css
<style>
a { background-color: #3467B9; }
a { background-color: rgb(52,103,185); }
div.DivClassName
{
background-color: #3467B9;
}
.BgClassName
{
background-color: #3467B9;
}
</style>
border-color css
<style>
span { border-color: #3467B9; }
span { border-color: rgb(52,103,185); }
td.TdClassName
{
border-color: #3467B9;
}
.TagClassName
{
border-color: #3467B9;
}
</style>