Shades of Cerulean Blue #3641AD
Tints of Cerulean Blue #3641AD
RGB
CMYK
RGB Variations
Color information
#3641AD (or 0x3641AD) is known color: Cerulean Blue. HEX triplet: 36, 41 and AD. RGB value is (54,65,173). Sum of RGB (Red+Green+Blue) = 54+65+173=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #3641AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3641AD is #C9BE52. Grayscale: #494949. Windows color (decimal): -13221459 or 11354422. OLE color: 11354422.
HSL color Cylindrical-coordinate representation of color #3641AD: hue angle of 234.45º 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 #3641AD is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 65 | 173 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.32 |
| HSL | 234.45º | 0.52% | 0.45% | - |
| HSV(B) | 234.45º | 0.69% | 0.68% | - |
| XYZ | 10.95 | 7.58 | 40.42 | - |
| YUV | 74.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 173 | 0.69 | 0.62 | 0 | 0.32 | 234.45 | 0.52 | 0.45 |
| Hex | 36 | 41 | AD | 45 | 3E | 0 | 20 | EA | 34 | 2D |
| Octal | 66 | 101 | 255 | 105 | 76 | 0 | 40 | 352 | 64 | 55 |
| Binary | 110110 | 1000001 | 10101101 | 1000101 | 111110 | 0 | 100000 | 11101010 | 110100 | 101101 |
Color Harmonies of #3641AD
Complementary color
Monochromatic Colors of #3641AD
Black with #3641AD
Text Example
Text Example
White with #3641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3641AD; }
p { color: rgb(54,65,173); }
H1.HeaderClassName
{
color: #3641AD;
}
.AnyTagClassName
{
color: #3641AD;
}
</style>
background-color css
<style>
a { background-color: #3641AD; }
a { background-color: rgb(54,65,173); }
div.DivClassName
{
background-color: #3641AD;
}
.BgClassName
{
background-color: #3641AD;
}
</style>
border-color css
<style>
span { border-color: #3641AD; }
span { border-color: rgb(54,65,173); }
td.TdClassName
{
border-color: #3641AD;
}
.TagClassName
{
border-color: #3641AD;
}
</style>