Shades of Cerulean Blue #3659BC
Tints of Cerulean Blue #3659BC
RGB
CMYK
RGB Variations
Color information
#3659BC (or 0x3659BC) is known color: Cerulean Blue. HEX triplet: 36, 59 and BC. RGB value is (54,89,188). Sum of RGB (Red+Green+Blue) = 54+89+188=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #3659BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3659BC is #C9A643. Grayscale: #595959. Windows color (decimal): -13215300 or 12343606. OLE color: 12343606.
HSL color Cylindrical-coordinate representation of color #3659BC: hue angle of 224.33º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3659BC is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 89 | 188 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.26 |
| HSL | 224.33º | 0.55% | 0.47% | - |
| HSV(B) | 224.33º | 0.71% | 0.74% | - |
| XYZ | 14.17 | 11.56 | 49.06 | - |
| YUV | 89.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 89 | 188 | 0.71 | 0.53 | 0 | 0.26 | 224.33 | 0.55 | 0.47 |
| Hex | 36 | 59 | BC | 47 | 35 | 0 | 1A | E0 | 37 | 2F |
| Octal | 66 | 131 | 274 | 107 | 65 | 0 | 32 | 340 | 67 | 57 |
| Binary | 110110 | 1011001 | 10111100 | 1000111 | 110101 | 0 | 11010 | 11100000 | 110111 | 101111 |
Color Harmonies of #3659BC
Complementary color
Monochromatic Colors of #3659BC
Black with #3659BC
Text Example
Text Example
White with #3659BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3659BC; }
p { color: rgb(54,89,188); }
H1.HeaderClassName
{
color: #3659BC;
}
.AnyTagClassName
{
color: #3659BC;
}
</style>
background-color css
<style>
a { background-color: #3659BC; }
a { background-color: rgb(54,89,188); }
div.DivClassName
{
background-color: #3659BC;
}
.BgClassName
{
background-color: #3659BC;
}
</style>
border-color css
<style>
span { border-color: #3659BC; }
span { border-color: rgb(54,89,188); }
td.TdClassName
{
border-color: #3659BC;
}
.TagClassName
{
border-color: #3659BC;
}
</style>