Shades of Cerulean Blue #364DB0
Tints of Cerulean Blue #364DB0
RGB
CMYK
RGB Variations
Color information
#364DB0 (or 0x364DB0) is known color: Cerulean Blue. HEX triplet: 36, 4D and B0. RGB value is (54,77,176). Sum of RGB (Red+Green+Blue) = 54+77+176=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #364DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364DB0 is #C9B24F. Grayscale: #505050. Windows color (decimal): -13218384 or 11554102. OLE color: 11554102.
HSL color Cylindrical-coordinate representation of color #364DB0: hue angle of 228.69º 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 #364DB0 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 77 | 176 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.31 |
| HSL | 228.69º | 0.53% | 0.45% | - |
| HSV(B) | 228.69º | 0.69% | 0.69% | - |
| XYZ | 12.01 | 9.23 | 42.22 | - |
| YUV | 81.41 | 181.38 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 176 | 0.69 | 0.56 | 0 | 0.31 | 228.69 | 0.53 | 0.45 |
| Hex | 36 | 4D | B0 | 45 | 38 | 0 | 1F | E5 | 35 | 2D |
| Octal | 66 | 115 | 260 | 105 | 70 | 0 | 37 | 345 | 65 | 55 |
| Binary | 110110 | 1001101 | 10110000 | 1000101 | 111000 | 0 | 11111 | 11100101 | 110101 | 101101 |
Color Harmonies of #364DB0
Complementary color
Monochromatic Colors of #364DB0
Black with #364DB0
Text Example
Text Example
White with #364DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DB0; }
p { color: rgb(54,77,176); }
H1.HeaderClassName
{
color: #364DB0;
}
.AnyTagClassName
{
color: #364DB0;
}
</style>
background-color css
<style>
a { background-color: #364DB0; }
a { background-color: rgb(54,77,176); }
div.DivClassName
{
background-color: #364DB0;
}
.BgClassName
{
background-color: #364DB0;
}
</style>
border-color css
<style>
span { border-color: #364DB0; }
span { border-color: rgb(54,77,176); }
td.TdClassName
{
border-color: #364DB0;
}
.TagClassName
{
border-color: #364DB0;
}
</style>