Shades of Cerulean Blue #365ABB
Tints of Cerulean Blue #365ABB
RGB
CMYK
RGB Variations
Color information
#365ABB (or 0x365ABB) is known color: Cerulean Blue. HEX triplet: 36, 5A and BB. RGB value is (54,90,187). Sum of RGB (Red+Green+Blue) = 54+90+187=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #365ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ABB is #C9A544. Grayscale: #595959. Windows color (decimal): -13215045 or 12278326. OLE color: 12278326.
HSL color Cylindrical-coordinate representation of color #365ABB: hue angle of 223.76º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #365ABB is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 90 | 187 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.27 |
| HSL | 223.76º | 0.55% | 0.47% | - |
| HSV(B) | 223.76º | 0.71% | 0.73% | - |
| XYZ | 14.15 | 11.68 | 48.52 | - |
| YUV | 90.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 187 | 0.71 | 0.52 | 0 | 0.27 | 223.76 | 0.55 | 0.47 |
| Hex | 36 | 5A | BB | 47 | 34 | 0 | 1B | E0 | 37 | 2F |
| Octal | 66 | 132 | 273 | 107 | 64 | 0 | 33 | 340 | 67 | 57 |
| Binary | 110110 | 1011010 | 10111011 | 1000111 | 110100 | 0 | 11011 | 11100000 | 110111 | 101111 |
Color Harmonies of #365ABB
Complementary color
Monochromatic Colors of #365ABB
Black with #365ABB
Text Example
Text Example
White with #365ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365ABB; }
p { color: rgb(54,90,187); }
H1.HeaderClassName
{
color: #365ABB;
}
.AnyTagClassName
{
color: #365ABB;
}
</style>
background-color css
<style>
a { background-color: #365ABB; }
a { background-color: rgb(54,90,187); }
div.DivClassName
{
background-color: #365ABB;
}
.BgClassName
{
background-color: #365ABB;
}
</style>
border-color css
<style>
span { border-color: #365ABB; }
span { border-color: rgb(54,90,187); }
td.TdClassName
{
border-color: #365ABB;
}
.TagClassName
{
border-color: #365ABB;
}
</style>