Shades of Cerulean Blue #3467BA
Tints of Cerulean Blue #3467BA
RGB
CMYK
RGB Variations
Color information
#3467BA (or 0x3467BA) is known color: Cerulean Blue. HEX triplet: 34, 67 and BA. RGB value is (52,103,186). Sum of RGB (Red+Green+Blue) = 52+103+186=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #3467BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467BA is #CB9845. Grayscale: #606060. Windows color (decimal): -13342790 or 12216116. OLE color: 12216116.
HSL color Cylindrical-coordinate representation of color #3467BA: hue angle of 217.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3467BA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 103 | 186 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.27 |
| HSL | 217.16º | 0.56% | 0.47% | - |
| HSV(B) | 217.16º | 0.72% | 0.73% | - |
| XYZ | 15.13 | 13.98 | 48.35 | - |
| YUV | 97.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 186 | 0.72 | 0.45 | 0 | 0.27 | 217.16 | 0.56 | 0.47 |
| Hex | 34 | 67 | BA | 48 | 2D | 0 | 1B | D9 | 38 | 2F |
| Octal | 64 | 147 | 272 | 110 | 55 | 0 | 33 | 331 | 70 | 57 |
| Binary | 110100 | 1100111 | 10111010 | 1001000 | 101101 | 0 | 11011 | 11011001 | 111000 | 101111 |
Color Harmonies of #3467BA
Complementary color
Monochromatic Colors of #3467BA
Black with #3467BA
Text Example
Text Example
White with #3467BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467BA; }
p { color: rgb(52,103,186); }
H1.HeaderClassName
{
color: #3467BA;
}
.AnyTagClassName
{
color: #3467BA;
}
</style>
background-color css
<style>
a { background-color: #3467BA; }
a { background-color: rgb(52,103,186); }
div.DivClassName
{
background-color: #3467BA;
}
.BgClassName
{
background-color: #3467BA;
}
</style>
border-color css
<style>
span { border-color: #3467BA; }
span { border-color: rgb(52,103,186); }
td.TdClassName
{
border-color: #3467BA;
}
.TagClassName
{
border-color: #3467BA;
}
</style>