Shades of Cerulean Blue #365DB8
Tints of Cerulean Blue #365DB8
RGB
CMYK
RGB Variations
Color information
#365DB8 (or 0x365DB8) is known color: Cerulean Blue. HEX triplet: 36, 5D and B8. RGB value is (54,93,184). Sum of RGB (Red+Green+Blue) = 54+93+184=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #365DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DB8 is #C9A247. Grayscale: #5B5B5B. Windows color (decimal): -13214280 or 12082486. OLE color: 12082486.
HSL color Cylindrical-coordinate representation of color #365DB8: hue angle of 222º 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 #365DB8 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 93 | 184 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.28 |
| HSL | 222º | 0.55% | 0.47% | - |
| HSV(B) | 222º | 0.71% | 0.72% | - |
| XYZ | 14.09 | 12.07 | 46.94 | - |
| YUV | 91.71 | 180.08 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 184 | 0.71 | 0.49 | 0 | 0.28 | 222 | 0.55 | 0.47 |
| Hex | 36 | 5D | B8 | 47 | 31 | 0 | 1C | DE | 37 | 2F |
| Octal | 66 | 135 | 270 | 107 | 61 | 0 | 34 | 336 | 67 | 57 |
| Binary | 110110 | 1011101 | 10111000 | 1000111 | 110001 | 0 | 11100 | 11011110 | 110111 | 101111 |
Color Harmonies of #365DB8
Complementary color
Monochromatic Colors of #365DB8
Black with #365DB8
Text Example
Text Example
White with #365DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DB8; }
p { color: rgb(54,93,184); }
H1.HeaderClassName
{
color: #365DB8;
}
.AnyTagClassName
{
color: #365DB8;
}
</style>
background-color css
<style>
a { background-color: #365DB8; }
a { background-color: rgb(54,93,184); }
div.DivClassName
{
background-color: #365DB8;
}
.BgClassName
{
background-color: #365DB8;
}
</style>
border-color css
<style>
span { border-color: #365DB8; }
span { border-color: rgb(54,93,184); }
td.TdClassName
{
border-color: #365DB8;
}
.TagClassName
{
border-color: #365DB8;
}
</style>