Shades of Cerulean Blue #3654AC
Tints of Cerulean Blue #3654AC
RGB
CMYK
RGB Variations
Color information
#3654AC (or 0x3654AC) is known color: Cerulean Blue. HEX triplet: 36, 54 and AC. RGB value is (54,84,172). Sum of RGB (Red+Green+Blue) = 54+84+172=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #3654AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3654AC is #C9AB53. Grayscale: #545454. Windows color (decimal): -13216596 or 11293750. OLE color: 11293750.
HSL color Cylindrical-coordinate representation of color #3654AC: hue angle of 224.75º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3654AC is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 84 | 172 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.33 |
| HSL | 224.75º | 0.52% | 0.44% | - |
| HSV(B) | 224.75º | 0.69% | 0.67% | - |
| XYZ | 12.14 | 10.1 | 40.34 | - |
| YUV | 85.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 172 | 0.69 | 0.51 | 0 | 0.33 | 224.75 | 0.52 | 0.44 |
| Hex | 36 | 54 | AC | 45 | 33 | 0 | 21 | E1 | 34 | 2C |
| Octal | 66 | 124 | 254 | 105 | 63 | 0 | 41 | 341 | 64 | 54 |
| Binary | 110110 | 1010100 | 10101100 | 1000101 | 110011 | 0 | 100001 | 11100001 | 110100 | 101100 |
Color Harmonies of #3654AC
Complementary color
Monochromatic Colors of #3654AC
Black with #3654AC
Text Example
Text Example
White with #3654AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3654AC; }
p { color: rgb(54,84,172); }
H1.HeaderClassName
{
color: #3654AC;
}
.AnyTagClassName
{
color: #3654AC;
}
</style>
background-color css
<style>
a { background-color: #3654AC; }
a { background-color: rgb(54,84,172); }
div.DivClassName
{
background-color: #3654AC;
}
.BgClassName
{
background-color: #3654AC;
}
</style>
border-color css
<style>
span { border-color: #3654AC; }
span { border-color: rgb(54,84,172); }
td.TdClassName
{
border-color: #3654AC;
}
.TagClassName
{
border-color: #3654AC;
}
</style>