Shades of Cerulean Blue #364DB8
Tints of Cerulean Blue #364DB8
RGB
CMYK
RGB Variations
Color information
#364DB8 (or 0x364DB8) is known color: Cerulean Blue. HEX triplet: 36, 4D and B8. RGB value is (54,77,184). Sum of RGB (Red+Green+Blue) = 54+77+184=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #364DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DB8 is #C9B247. Grayscale: #515151. Windows color (decimal): -13218376 or 12078390. OLE color: 12078390.
HSL color Cylindrical-coordinate representation of color #364DB8: hue angle of 229.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #364DB8 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 77 | 184 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.28 |
| HSL | 229.38º | 0.55% | 0.47% | - |
| HSV(B) | 229.38º | 0.71% | 0.72% | - |
| XYZ | 12.83 | 9.55 | 46.52 | - |
| YUV | 82.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 184 | 0.71 | 0.58 | 0 | 0.28 | 229.38 | 0.55 | 0.47 |
| Hex | 36 | 4D | B8 | 47 | 3A | 0 | 1C | E5 | 37 | 2F |
| Octal | 66 | 115 | 270 | 107 | 72 | 0 | 34 | 345 | 67 | 57 |
| Binary | 110110 | 1001101 | 10111000 | 1000111 | 111010 | 0 | 11100 | 11100101 | 110111 | 101111 |
Color Harmonies of #364DB8
Complementary color
Monochromatic Colors of #364DB8
Black with #364DB8
Text Example
Text Example
White with #364DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DB8; }
p { color: rgb(54,77,184); }
H1.HeaderClassName
{
color: #364DB8;
}
.AnyTagClassName
{
color: #364DB8;
}
</style>
background-color css
<style>
a { background-color: #364DB8; }
a { background-color: rgb(54,77,184); }
div.DivClassName
{
background-color: #364DB8;
}
.BgClassName
{
background-color: #364DB8;
}
</style>
border-color css
<style>
span { border-color: #364DB8; }
span { border-color: rgb(54,77,184); }
td.TdClassName
{
border-color: #364DB8;
}
.TagClassName
{
border-color: #364DB8;
}
</style>