Shades of Cerulean Blue #3644BC
Tints of Cerulean Blue #3644BC
RGB
CMYK
RGB Variations
Color information
#3644BC (or 0x3644BC) is known color: Cerulean Blue. HEX triplet: 36, 44 and BC. RGB value is (54,68,188). Sum of RGB (Red+Green+Blue) = 54+68+188=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #3644BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3644BC is #C9BB43. Grayscale: #4D4D4D. Windows color (decimal): -13220676 or 12338230. OLE color: 12338230.
HSL color Cylindrical-coordinate representation of color #3644BC: hue angle of 233.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3644BC is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 68 | 188 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.26 |
| HSL | 233.73º | 0.55% | 0.47% | - |
| HSV(B) | 233.73º | 0.71% | 0.74% | - |
| XYZ | 12.67 | 8.55 | 48.56 | - |
| YUV | 77.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 188 | 0.71 | 0.64 | 0 | 0.26 | 233.73 | 0.55 | 0.47 |
| Hex | 36 | 44 | BC | 47 | 40 | 0 | 1A | EA | 37 | 2F |
| Octal | 66 | 104 | 274 | 107 | 100 | 0 | 32 | 352 | 67 | 57 |
| Binary | 110110 | 1000100 | 10111100 | 1000111 | 1000000 | 0 | 11010 | 11101010 | 110111 | 101111 |
Color Harmonies of #3644BC
Complementary color
Monochromatic Colors of #3644BC
Black with #3644BC
Text Example
Text Example
White with #3644BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644BC; }
p { color: rgb(54,68,188); }
H1.HeaderClassName
{
color: #3644BC;
}
.AnyTagClassName
{
color: #3644BC;
}
</style>
background-color css
<style>
a { background-color: #3644BC; }
a { background-color: rgb(54,68,188); }
div.DivClassName
{
background-color: #3644BC;
}
.BgClassName
{
background-color: #3644BC;
}
</style>
border-color css
<style>
span { border-color: #3644BC; }
span { border-color: rgb(54,68,188); }
td.TdClassName
{
border-color: #3644BC;
}
.TagClassName
{
border-color: #3644BC;
}
</style>