Shades of Cerulean Blue #3653BF
Tints of Cerulean Blue #3653BF
RGB
CMYK
RGB Variations
Color information
#3653BF (or 0x3653BF) is known color: Cerulean Blue. HEX triplet: 36, 53 and BF. RGB value is (54,83,191). Sum of RGB (Red+Green+Blue) = 54+83+191=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #3653BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3653BF is #C9AC40. Grayscale: #565656. Windows color (decimal): -13216833 or 12538678. OLE color: 12538678.
HSL color Cylindrical-coordinate representation of color #3653BF: hue angle of 227.3º 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 #3653BF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 83 | 191 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.25 |
| HSL | 227.3º | 0.56% | 0.48% | - |
| HSV(B) | 227.3º | 0.72% | 0.75% | - |
| XYZ | 14.02 | 10.73 | 50.62 | - |
| YUV | 86.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 191 | 0.72 | 0.57 | 0 | 0.25 | 227.3 | 0.56 | 0.48 |
| Hex | 36 | 53 | BF | 48 | 39 | 0 | 19 | E3 | 38 | 30 |
| Octal | 66 | 123 | 277 | 110 | 71 | 0 | 31 | 343 | 70 | 60 |
| Binary | 110110 | 1010011 | 10111111 | 1001000 | 111001 | 0 | 11001 | 11100011 | 111000 | 110000 |
Color Harmonies of #3653BF
Complementary color
Monochromatic Colors of #3653BF
Black with #3653BF
Text Example
Text Example
White with #3653BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3653BF; }
p { color: rgb(54,83,191); }
H1.HeaderClassName
{
color: #3653BF;
}
.AnyTagClassName
{
color: #3653BF;
}
</style>
background-color css
<style>
a { background-color: #3653BF; }
a { background-color: rgb(54,83,191); }
div.DivClassName
{
background-color: #3653BF;
}
.BgClassName
{
background-color: #3653BF;
}
</style>
border-color css
<style>
span { border-color: #3653BF; }
span { border-color: rgb(54,83,191); }
td.TdClassName
{
border-color: #3653BF;
}
.TagClassName
{
border-color: #3653BF;
}
</style>