Shades of Cerulean Blue #3645AD
Tints of Cerulean Blue #3645AD
RGB
CMYK
RGB Variations
Color information
#3645AD (or 0x3645AD) is known color: Cerulean Blue. HEX triplet: 36, 45 and AD. RGB value is (54,69,173). Sum of RGB (Red+Green+Blue) = 54+69+173=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3645AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3645AD is #C9BA52. Grayscale: #4B4B4B. Windows color (decimal): -13220435 or 11355446. OLE color: 11355446.
HSL color Cylindrical-coordinate representation of color #3645AD: hue angle of 232.44º 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 #3645AD is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 69 | 173 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.32 |
| HSL | 232.44º | 0.52% | 0.45% | - |
| HSV(B) | 232.44º | 0.69% | 0.68% | - |
| XYZ | 11.19 | 8.06 | 40.5 | - |
| YUV | 76.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 173 | 0.69 | 0.60 | 0 | 0.32 | 232.44 | 0.52 | 0.45 |
| Hex | 36 | 45 | AD | 45 | 3C | 0 | 20 | E8 | 34 | 2D |
| Octal | 66 | 105 | 255 | 105 | 74 | 0 | 40 | 350 | 64 | 55 |
| Binary | 110110 | 1000101 | 10101101 | 1000101 | 111100 | 0 | 100000 | 11101000 | 110100 | 101101 |
Color Harmonies of #3645AD
Complementary color
Monochromatic Colors of #3645AD
Black with #3645AD
Text Example
Text Example
White with #3645AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3645AD; }
p { color: rgb(54,69,173); }
H1.HeaderClassName
{
color: #3645AD;
}
.AnyTagClassName
{
color: #3645AD;
}
</style>
background-color css
<style>
a { background-color: #3645AD; }
a { background-color: rgb(54,69,173); }
div.DivClassName
{
background-color: #3645AD;
}
.BgClassName
{
background-color: #3645AD;
}
</style>
border-color css
<style>
span { border-color: #3645AD; }
span { border-color: rgb(54,69,173); }
td.TdClassName
{
border-color: #3645AD;
}
.TagClassName
{
border-color: #3645AD;
}
</style>