Shades of Cerulean Blue #3444BD
Tints of Cerulean Blue #3444BD
RGB
CMYK
RGB Variations
Color information
#3444BD (or 0x3444BD) is known color: Cerulean Blue. HEX triplet: 34, 44 and BD. RGB value is (52,68,189). Sum of RGB (Red+Green+Blue) = 52+68+189=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #3444BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444BD is #CBBB42. Grayscale: #4C4C4C. Windows color (decimal): -13351747 or 12403764. OLE color: 12403764.
HSL color Cylindrical-coordinate representation of color #3444BD: hue angle of 232.99º 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 #3444BD is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 68 | 189 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.26 |
| HSL | 232.99º | 0.57% | 0.47% | - |
| HSV(B) | 232.99º | 0.72% | 0.74% | - |
| XYZ | 12.67 | 8.54 | 49.12 | - |
| YUV | 77.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 189 | 0.72 | 0.64 | 0 | 0.26 | 232.99 | 0.57 | 0.47 |
| Hex | 34 | 44 | BD | 48 | 40 | 0 | 1A | E9 | 39 | 2F |
| Octal | 64 | 104 | 275 | 110 | 100 | 0 | 32 | 351 | 71 | 57 |
| Binary | 110100 | 1000100 | 10111101 | 1001000 | 1000000 | 0 | 11010 | 11101001 | 111001 | 101111 |
Color Harmonies of #3444BD
Complementary color
Monochromatic Colors of #3444BD
Black with #3444BD
Text Example
Text Example
White with #3444BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444BD; }
p { color: rgb(52,68,189); }
H1.HeaderClassName
{
color: #3444BD;
}
.AnyTagClassName
{
color: #3444BD;
}
</style>
background-color css
<style>
a { background-color: #3444BD; }
a { background-color: rgb(52,68,189); }
div.DivClassName
{
background-color: #3444BD;
}
.BgClassName
{
background-color: #3444BD;
}
</style>
border-color css
<style>
span { border-color: #3444BD; }
span { border-color: rgb(52,68,189); }
td.TdClassName
{
border-color: #3444BD;
}
.TagClassName
{
border-color: #3444BD;
}
</style>