Shades of Fun Blue #36558B
Tints of Fun Blue #36558B
RGB
CMYK
RGB Variations
Color information
#36558B (or 0x36558B) is known color: Fun Blue. HEX triplet: 36, 55 and 8B. RGB value is (54,85,139). Sum of RGB (Red+Green+Blue) = 54+85+139=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #36558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36558B is #C9AA74. Grayscale: #515151. Windows color (decimal): -13216373 or 9131318. OLE color: 9131318.
HSL color Cylindrical-coordinate representation of color #36558B: hue angle of 218.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36558B is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 85 | 139 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.45 |
| HSL | 218.12º | 0.44% | 0.38% | - |
| HSV(B) | 218.12º | 0.61% | 0.55% | - |
| XYZ | 9.43 | 9.15 | 25.69 | - |
| YUV | 81.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 139 | 0.61 | 0.39 | 0 | 0.45 | 218.12 | 0.44 | 0.38 |
| Hex | 36 | 55 | 8B | 3D | 27 | 0 | 2D | DA | 2C | 26 |
| Octal | 66 | 125 | 213 | 75 | 47 | 0 | 55 | 332 | 54 | 46 |
| Binary | 110110 | 1010101 | 10001011 | 111101 | 100111 | 0 | 101101 | 11011010 | 101100 | 100110 |
Color Harmonies of #36558B
Complementary color
Monochromatic Colors of #36558B
Black with #36558B
Text Example
Text Example
White with #36558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36558B; }
p { color: rgb(54,85,139); }
H1.HeaderClassName
{
color: #36558B;
}
.AnyTagClassName
{
color: #36558B;
}
</style>
background-color css
<style>
a { background-color: #36558B; }
a { background-color: rgb(54,85,139); }
div.DivClassName
{
background-color: #36558B;
}
.BgClassName
{
background-color: #36558B;
}
</style>
border-color css
<style>
span { border-color: #36558B; }
span { border-color: rgb(54,85,139); }
td.TdClassName
{
border-color: #36558B;
}
.TagClassName
{
border-color: #36558B;
}
</style>