Shades of Cerulean Blue #3649AB
Tints of Cerulean Blue #3649AB
RGB
CMYK
RGB Variations
Color information
#3649AB (or 0x3649AB) is known color: Cerulean Blue. HEX triplet: 36, 49 and AB. RGB value is (54,73,171). Sum of RGB (Red+Green+Blue) = 54+73+171=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #3649AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3649AB is #C9B654. Grayscale: #4E4E4E. Windows color (decimal): -13219413 or 11225398. OLE color: 11225398.
HSL color Cylindrical-coordinate representation of color #3649AB: hue angle of 230.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3649AB is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 73 | 171 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.33 |
| HSL | 230.26º | 0.52% | 0.44% | - |
| HSV(B) | 230.26º | 0.68% | 0.67% | - |
| XYZ | 11.25 | 8.49 | 39.57 | - |
| YUV | 78.49 | 180.21 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 171 | 0.68 | 0.57 | 0 | 0.33 | 230.26 | 0.52 | 0.44 |
| Hex | 36 | 49 | AB | 44 | 39 | 0 | 21 | E6 | 34 | 2C |
| Octal | 66 | 111 | 253 | 104 | 71 | 0 | 41 | 346 | 64 | 54 |
| Binary | 110110 | 1001001 | 10101011 | 1000100 | 111001 | 0 | 100001 | 11100110 | 110100 | 101100 |
Color Harmonies of #3649AB
Complementary color
Monochromatic Colors of #3649AB
Black with #3649AB
Text Example
Text Example
White with #3649AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3649AB; }
p { color: rgb(54,73,171); }
H1.HeaderClassName
{
color: #3649AB;
}
.AnyTagClassName
{
color: #3649AB;
}
</style>
background-color css
<style>
a { background-color: #3649AB; }
a { background-color: rgb(54,73,171); }
div.DivClassName
{
background-color: #3649AB;
}
.BgClassName
{
background-color: #3649AB;
}
</style>
border-color css
<style>
span { border-color: #3649AB; }
span { border-color: rgb(54,73,171); }
td.TdClassName
{
border-color: #3649AB;
}
.TagClassName
{
border-color: #3649AB;
}
</style>