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