Shades of Cerulean Blue #3658C0
Tints of Cerulean Blue #3658C0
RGB
CMYK
RGB Variations
Color information
#3658C0 (or 0x3658C0) is known color: Cerulean Blue. HEX triplet: 36, 58 and C0. RGB value is (54,88,192). Sum of RGB (Red+Green+Blue) = 54+88+192=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #3658C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3658C0 is #C9A73F. Grayscale: #595959. Windows color (decimal): -13215552 or 12605494. OLE color: 12605494.
HSL color Cylindrical-coordinate representation of color #3658C0: hue angle of 225.22º 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 #3658C0 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 88 | 192 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.25 |
| HSL | 225.22º | 0.56% | 0.48% | - |
| HSV(B) | 225.22º | 0.72% | 0.75% | - |
| XYZ | 14.53 | 11.57 | 51.34 | - |
| YUV | 89.69 | 185.74 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 192 | 0.72 | 0.54 | 0 | 0.25 | 225.22 | 0.56 | 0.48 |
| Hex | 36 | 58 | C0 | 48 | 36 | 0 | 19 | E1 | 38 | 30 |
| Octal | 66 | 130 | 300 | 110 | 66 | 0 | 31 | 341 | 70 | 60 |
| Binary | 110110 | 1011000 | 11000000 | 1001000 | 110110 | 0 | 11001 | 11100001 | 111000 | 110000 |
Color Harmonies of #3658C0
Complementary color
Monochromatic Colors of #3658C0
Black with #3658C0
Text Example
Text Example
White with #3658C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658C0; }
p { color: rgb(54,88,192); }
H1.HeaderClassName
{
color: #3658C0;
}
.AnyTagClassName
{
color: #3658C0;
}
</style>
background-color css
<style>
a { background-color: #3658C0; }
a { background-color: rgb(54,88,192); }
div.DivClassName
{
background-color: #3658C0;
}
.BgClassName
{
background-color: #3658C0;
}
</style>
border-color css
<style>
span { border-color: #3658C0; }
span { border-color: rgb(54,88,192); }
td.TdClassName
{
border-color: #3658C0;
}
.TagClassName
{
border-color: #3658C0;
}
</style>