Shades of Cerulean Blue #3467BB
Tints of Cerulean Blue #3467BB
RGB
CMYK
RGB Variations
Color information
#3467BB (or 0x3467BB) is known color: Cerulean Blue. HEX triplet: 34, 67 and BB. RGB value is (52,103,187). Sum of RGB (Red+Green+Blue) = 52+103+187=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #3467BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3467BB is #CB9844. Grayscale: #606060. Windows color (decimal): -13342789 or 12281652. OLE color: 12281652.
HSL color Cylindrical-coordinate representation of color #3467BB: hue angle of 217.33º 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 #3467BB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 103 | 187 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.27 |
| HSL | 217.33º | 0.56% | 0.47% | - |
| HSV(B) | 217.33º | 0.72% | 0.73% | - |
| XYZ | 15.24 | 14.02 | 48.92 | - |
| YUV | 97.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 103 | 187 | 0.72 | 0.45 | 0 | 0.27 | 217.33 | 0.56 | 0.47 |
| Hex | 34 | 67 | BB | 48 | 2D | 0 | 1B | D9 | 38 | 2F |
| Octal | 64 | 147 | 273 | 110 | 55 | 0 | 33 | 331 | 70 | 57 |
| Binary | 110100 | 1100111 | 10111011 | 1001000 | 101101 | 0 | 11011 | 11011001 | 111000 | 101111 |
Color Harmonies of #3467BB
Complementary color
Monochromatic Colors of #3467BB
Black with #3467BB
Text Example
Text Example
White with #3467BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3467BB; }
p { color: rgb(52,103,187); }
H1.HeaderClassName
{
color: #3467BB;
}
.AnyTagClassName
{
color: #3467BB;
}
</style>
background-color css
<style>
a { background-color: #3467BB; }
a { background-color: rgb(52,103,187); }
div.DivClassName
{
background-color: #3467BB;
}
.BgClassName
{
background-color: #3467BB;
}
</style>
border-color css
<style>
span { border-color: #3467BB; }
span { border-color: rgb(52,103,187); }
td.TdClassName
{
border-color: #3467BB;
}
.TagClassName
{
border-color: #3467BB;
}
</style>