Shades of Cerulean Blue #365BB8
Tints of Cerulean Blue #365BB8
RGB
CMYK
RGB Variations
Color information
#365BB8 (or 0x365BB8) is known color: Cerulean Blue. HEX triplet: 36, 5B and B8. RGB value is (54,91,184). Sum of RGB (Red+Green+Blue) = 54+91+184=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #365BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365BB8 is #C9A447. Grayscale: #5A5A5A. Windows color (decimal): -13214792 or 12081974. OLE color: 12081974.
HSL color Cylindrical-coordinate representation of color #365BB8: hue angle of 222.92º 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 #365BB8 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 91 | 184 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.28 |
| HSL | 222.92º | 0.55% | 0.47% | - |
| HSV(B) | 222.92º | 0.71% | 0.72% | - |
| XYZ | 13.91 | 11.73 | 46.88 | - |
| YUV | 90.54 | 180.74 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 184 | 0.71 | 0.51 | 0 | 0.28 | 222.92 | 0.55 | 0.47 |
| Hex | 36 | 5B | B8 | 47 | 33 | 0 | 1C | DF | 37 | 2F |
| Octal | 66 | 133 | 270 | 107 | 63 | 0 | 34 | 337 | 67 | 57 |
| Binary | 110110 | 1011011 | 10111000 | 1000111 | 110011 | 0 | 11100 | 11011111 | 110111 | 101111 |
Color Harmonies of #365BB8
Complementary color
Monochromatic Colors of #365BB8
Black with #365BB8
Text Example
Text Example
White with #365BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BB8; }
p { color: rgb(54,91,184); }
H1.HeaderClassName
{
color: #365BB8;
}
.AnyTagClassName
{
color: #365BB8;
}
</style>
background-color css
<style>
a { background-color: #365BB8; }
a { background-color: rgb(54,91,184); }
div.DivClassName
{
background-color: #365BB8;
}
.BgClassName
{
background-color: #365BB8;
}
</style>
border-color css
<style>
span { border-color: #365BB8; }
span { border-color: rgb(54,91,184); }
td.TdClassName
{
border-color: #365BB8;
}
.TagClassName
{
border-color: #365BB8;
}
</style>