Shades of Cerulean Blue #3647AF
Tints of Cerulean Blue #3647AF
RGB
CMYK
RGB Variations
Color information
#3647AF (or 0x3647AF) is known color: Cerulean Blue. HEX triplet: 36, 47 and AF. RGB value is (54,71,175). Sum of RGB (Red+Green+Blue) = 54+71+175=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #3647AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3647AF is #C9B850. Grayscale: #4D4D4D. Windows color (decimal): -13219921 or 11487030. OLE color: 11487030.
HSL color Cylindrical-coordinate representation of color #3647AF: hue angle of 231.57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3647AF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 71 | 175 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.31 |
| HSL | 231.57º | 0.53% | 0.45% | - |
| HSV(B) | 231.57º | 0.69% | 0.69% | - |
| XYZ | 11.51 | 8.39 | 41.57 | - |
| YUV | 77.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 175 | 0.69 | 0.59 | 0 | 0.31 | 231.57 | 0.53 | 0.45 |
| Hex | 36 | 47 | AF | 45 | 3B | 0 | 1F | E8 | 35 | 2D |
| Octal | 66 | 107 | 257 | 105 | 73 | 0 | 37 | 350 | 65 | 55 |
| Binary | 110110 | 1000111 | 10101111 | 1000101 | 111011 | 0 | 11111 | 11101000 | 110101 | 101101 |
Color Harmonies of #3647AF
Complementary color
Monochromatic Colors of #3647AF
Black with #3647AF
Text Example
Text Example
White with #3647AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3647AF; }
p { color: rgb(54,71,175); }
H1.HeaderClassName
{
color: #3647AF;
}
.AnyTagClassName
{
color: #3647AF;
}
</style>
background-color css
<style>
a { background-color: #3647AF; }
a { background-color: rgb(54,71,175); }
div.DivClassName
{
background-color: #3647AF;
}
.BgClassName
{
background-color: #3647AF;
}
</style>
border-color css
<style>
span { border-color: #3647AF; }
span { border-color: rgb(54,71,175); }
td.TdClassName
{
border-color: #3647AF;
}
.TagClassName
{
border-color: #3647AF;
}
</style>