Shades of Cerulean Blue #3659BF
Tints of Cerulean Blue #3659BF
RGB
CMYK
RGB Variations
Color information
#3659BF (or 0x3659BF) is known color: Cerulean Blue. HEX triplet: 36, 59 and BF. RGB value is (54,89,191). Sum of RGB (Red+Green+Blue) = 54+89+191=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #3659BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3659BF is #C9A640. Grayscale: #595959. Windows color (decimal): -13215297 or 12540214. OLE color: 12540214.
HSL color Cylindrical-coordinate representation of color #3659BF: hue angle of 224.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3659BF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 89 | 191 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.25 |
| HSL | 224.67º | 0.56% | 0.48% | - |
| HSV(B) | 224.67º | 0.72% | 0.75% | - |
| XYZ | 14.5 | 11.69 | 50.78 | - |
| YUV | 90.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 191 | 0.72 | 0.53 | 0 | 0.25 | 224.67 | 0.56 | 0.48 |
| Hex | 36 | 59 | BF | 48 | 35 | 0 | 19 | E1 | 38 | 30 |
| Octal | 66 | 131 | 277 | 110 | 65 | 0 | 31 | 341 | 70 | 60 |
| Binary | 110110 | 1011001 | 10111111 | 1001000 | 110101 | 0 | 11001 | 11100001 | 111000 | 110000 |
Color Harmonies of #3659BF
Complementary color
Monochromatic Colors of #3659BF
Black with #3659BF
Text Example
Text Example
White with #3659BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659BF; }
p { color: rgb(54,89,191); }
H1.HeaderClassName
{
color: #3659BF;
}
.AnyTagClassName
{
color: #3659BF;
}
</style>
background-color css
<style>
a { background-color: #3659BF; }
a { background-color: rgb(54,89,191); }
div.DivClassName
{
background-color: #3659BF;
}
.BgClassName
{
background-color: #3659BF;
}
</style>
border-color css
<style>
span { border-color: #3659BF; }
span { border-color: rgb(54,89,191); }
td.TdClassName
{
border-color: #3659BF;
}
.TagClassName
{
border-color: #3659BF;
}
</style>