Shades of Cerulean Blue #3644AD
Tints of Cerulean Blue #3644AD
RGB
CMYK
RGB Variations
Color information
#3644AD (or 0x3644AD) is known color: Cerulean Blue. HEX triplet: 36, 44 and AD. RGB value is (54,68,173). Sum of RGB (Red+Green+Blue) = 54+68+173=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3644AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3644AD is #C9BB52. Grayscale: #4B4B4B. Windows color (decimal): -13220691 or 11355190. OLE color: 11355190.
HSL color Cylindrical-coordinate representation of color #3644AD: hue angle of 232.94º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3644AD is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 68 | 173 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.32 |
| HSL | 232.94º | 0.52% | 0.45% | - |
| HSV(B) | 232.94º | 0.69% | 0.68% | - |
| XYZ | 11.13 | 7.94 | 40.48 | - |
| YUV | 75.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 173 | 0.69 | 0.61 | 0 | 0.32 | 232.94 | 0.52 | 0.45 |
| Hex | 36 | 44 | AD | 45 | 3D | 0 | 20 | E9 | 34 | 2D |
| Octal | 66 | 104 | 255 | 105 | 75 | 0 | 40 | 351 | 64 | 55 |
| Binary | 110110 | 1000100 | 10101101 | 1000101 | 111101 | 0 | 100000 | 11101001 | 110100 | 101101 |
Color Harmonies of #3644AD
Complementary color
Monochromatic Colors of #3644AD
Black with #3644AD
Text Example
Text Example
White with #3644AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3644AD; }
p { color: rgb(54,68,173); }
H1.HeaderClassName
{
color: #3644AD;
}
.AnyTagClassName
{
color: #3644AD;
}
</style>
background-color css
<style>
a { background-color: #3644AD; }
a { background-color: rgb(54,68,173); }
div.DivClassName
{
background-color: #3644AD;
}
.BgClassName
{
background-color: #3644AD;
}
</style>
border-color css
<style>
span { border-color: #3644AD; }
span { border-color: rgb(54,68,173); }
td.TdClassName
{
border-color: #3644AD;
}
.TagClassName
{
border-color: #3644AD;
}
</style>