Shades of Cerulean Blue #365ABC
Tints of Cerulean Blue #365ABC
RGB
CMYK
RGB Variations
Color information
#365ABC (or 0x365ABC) is known color: Cerulean Blue. HEX triplet: 36, 5A and BC. RGB value is (54,90,188). Sum of RGB (Red+Green+Blue) = 54+90+188=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #365ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365ABC is #C9A543. Grayscale: #595959. Windows color (decimal): -13215044 or 12343862. OLE color: 12343862.
HSL color Cylindrical-coordinate representation of color #365ABC: hue angle of 223.88º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #365ABC is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 90 | 188 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.26 |
| HSL | 223.88º | 0.55% | 0.47% | - |
| HSV(B) | 223.88º | 0.71% | 0.74% | - |
| XYZ | 14.25 | 11.73 | 49.09 | - |
| YUV | 90.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 188 | 0.71 | 0.52 | 0 | 0.26 | 223.88 | 0.55 | 0.47 |
| Hex | 36 | 5A | BC | 47 | 34 | 0 | 1A | E0 | 37 | 2F |
| Octal | 66 | 132 | 274 | 107 | 64 | 0 | 32 | 340 | 67 | 57 |
| Binary | 110110 | 1011010 | 10111100 | 1000111 | 110100 | 0 | 11010 | 11100000 | 110111 | 101111 |
Color Harmonies of #365ABC
Complementary color
Monochromatic Colors of #365ABC
Black with #365ABC
Text Example
Text Example
White with #365ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365ABC; }
p { color: rgb(54,90,188); }
H1.HeaderClassName
{
color: #365ABC;
}
.AnyTagClassName
{
color: #365ABC;
}
</style>
background-color css
<style>
a { background-color: #365ABC; }
a { background-color: rgb(54,90,188); }
div.DivClassName
{
background-color: #365ABC;
}
.BgClassName
{
background-color: #365ABC;
}
</style>
border-color css
<style>
span { border-color: #365ABC; }
span { border-color: rgb(54,90,188); }
td.TdClassName
{
border-color: #365ABC;
}
.TagClassName
{
border-color: #365ABC;
}
</style>