Shades of Cerulean Blue #3464BB
Tints of Cerulean Blue #3464BB
RGB
CMYK
RGB Variations
Color information
#3464BB (or 0x3464BB) is known color: Cerulean Blue. HEX triplet: 34, 64 and BB. RGB value is (52,100,187). Sum of RGB (Red+Green+Blue) = 52+100+187=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #3464BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464BB is #CB9B44. Grayscale: #5F5F5F. Windows color (decimal): -13343557 or 12280884. OLE color: 12280884.
HSL color Cylindrical-coordinate representation of color #3464BB: hue angle of 218.67º 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 #3464BB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 100 | 187 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.27 |
| HSL | 218.67º | 0.56% | 0.47% | - |
| HSV(B) | 218.67º | 0.72% | 0.73% | - |
| XYZ | 14.94 | 13.43 | 48.82 | - |
| YUV | 95.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 187 | 0.72 | 0.47 | 0 | 0.27 | 218.67 | 0.56 | 0.47 |
| Hex | 34 | 64 | BB | 48 | 2F | 0 | 1B | DB | 38 | 2F |
| Octal | 64 | 144 | 273 | 110 | 57 | 0 | 33 | 333 | 70 | 57 |
| Binary | 110100 | 1100100 | 10111011 | 1001000 | 101111 | 0 | 11011 | 11011011 | 111000 | 101111 |
Color Harmonies of #3464BB
Complementary color
Monochromatic Colors of #3464BB
Black with #3464BB
Text Example
Text Example
White with #3464BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464BB; }
p { color: rgb(52,100,187); }
H1.HeaderClassName
{
color: #3464BB;
}
.AnyTagClassName
{
color: #3464BB;
}
</style>
background-color css
<style>
a { background-color: #3464BB; }
a { background-color: rgb(52,100,187); }
div.DivClassName
{
background-color: #3464BB;
}
.BgClassName
{
background-color: #3464BB;
}
</style>
border-color css
<style>
span { border-color: #3464BB; }
span { border-color: rgb(52,100,187); }
td.TdClassName
{
border-color: #3464BB;
}
.TagClassName
{
border-color: #3464BB;
}
</style>