Shades of Cerulean Blue #365DBB
Tints of Cerulean Blue #365DBB
RGB
CMYK
RGB Variations
Color information
#365DBB (or 0x365DBB) is known color: Cerulean Blue. HEX triplet: 36, 5D and BB. RGB value is (54,93,187). Sum of RGB (Red+Green+Blue) = 54+93+187=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #365DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #365DBB is #C9A244. Grayscale: #5B5B5B. Windows color (decimal): -13214277 or 12279094. OLE color: 12279094.
HSL color Cylindrical-coordinate representation of color #365DBB: hue angle of 222.41º 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 #365DBB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 93 | 187 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.27 |
| HSL | 222.41º | 0.55% | 0.47% | - |
| HSV(B) | 222.41º | 0.71% | 0.73% | - |
| XYZ | 14.41 | 12.2 | 48.61 | - |
| YUV | 92.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 93 | 187 | 0.71 | 0.50 | 0 | 0.27 | 222.41 | 0.55 | 0.47 |
| Hex | 36 | 5D | BB | 47 | 32 | 0 | 1B | DE | 37 | 2F |
| Octal | 66 | 135 | 273 | 107 | 62 | 0 | 33 | 336 | 67 | 57 |
| Binary | 110110 | 1011101 | 10111011 | 1000111 | 110010 | 0 | 11011 | 11011110 | 110111 | 101111 |
Color Harmonies of #365DBB
Complementary color
Monochromatic Colors of #365DBB
Black with #365DBB
Text Example
Text Example
White with #365DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365DBB; }
p { color: rgb(54,93,187); }
H1.HeaderClassName
{
color: #365DBB;
}
.AnyTagClassName
{
color: #365DBB;
}
</style>
background-color css
<style>
a { background-color: #365DBB; }
a { background-color: rgb(54,93,187); }
div.DivClassName
{
background-color: #365DBB;
}
.BgClassName
{
background-color: #365DBB;
}
</style>
border-color css
<style>
span { border-color: #365DBB; }
span { border-color: rgb(54,93,187); }
td.TdClassName
{
border-color: #365DBB;
}
.TagClassName
{
border-color: #365DBB;
}
</style>