Shades of Cerulean Blue #365AAE
Tints of Cerulean Blue #365AAE
RGB
CMYK
RGB Variations
Color information
#365AAE (or 0x365AAE) is known color: Cerulean Blue. HEX triplet: 36, 5A and AE. RGB value is (54,90,174). Sum of RGB (Red+Green+Blue) = 54+90+174=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #365AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AAE is #C9A551. Grayscale: #585858. Windows color (decimal): -13215058 or 11426358. OLE color: 11426358.
HSL color Cylindrical-coordinate representation of color #365AAE: hue angle of 222º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365AAE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 90 | 174 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.32 |
| HSL | 222º | 0.53% | 0.45% | - |
| HSV(B) | 222º | 0.69% | 0.68% | - |
| XYZ | 12.82 | 11.15 | 41.52 | - |
| YUV | 88.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 174 | 0.69 | 0.48 | 0 | 0.32 | 222 | 0.53 | 0.45 |
| Hex | 36 | 5A | AE | 45 | 30 | 0 | 20 | DE | 35 | 2D |
| Octal | 66 | 132 | 256 | 105 | 60 | 0 | 40 | 336 | 65 | 55 |
| Binary | 110110 | 1011010 | 10101110 | 1000101 | 110000 | 0 | 100000 | 11011110 | 110101 | 101101 |
Color Harmonies of #365AAE
Complementary color
Monochromatic Colors of #365AAE
Black with #365AAE
Text Example
Text Example
White with #365AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AAE; }
p { color: rgb(54,90,174); }
H1.HeaderClassName
{
color: #365AAE;
}
.AnyTagClassName
{
color: #365AAE;
}
</style>
background-color css
<style>
a { background-color: #365AAE; }
a { background-color: rgb(54,90,174); }
div.DivClassName
{
background-color: #365AAE;
}
.BgClassName
{
background-color: #365AAE;
}
</style>
border-color css
<style>
span { border-color: #365AAE; }
span { border-color: rgb(54,90,174); }
td.TdClassName
{
border-color: #365AAE;
}
.TagClassName
{
border-color: #365AAE;
}
</style>