Shades of Fun Blue #36558A
Tints of Fun Blue #36558A
RGB
CMYK
RGB Variations
Color information
#36558A (or 0x36558A) is known color: Fun Blue. HEX triplet: 36, 55 and 8A. RGB value is (54,85,138). Sum of RGB (Red+Green+Blue) = 54+85+138=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #36558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36558A is #C9AA75. Grayscale: #515151. Windows color (decimal): -13216374 or 9065782. OLE color: 9065782.
HSL color Cylindrical-coordinate representation of color #36558A: hue angle of 217.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36558A is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 85 | 138 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.46 |
| HSL | 217.86º | 0.44% | 0.38% | - |
| HSV(B) | 217.86º | 0.61% | 0.54% | - |
| XYZ | 9.36 | 9.12 | 25.31 | - |
| YUV | 81.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 138 | 0.61 | 0.38 | 0 | 0.46 | 217.86 | 0.44 | 0.38 |
| Hex | 36 | 55 | 8A | 3D | 26 | 0 | 2E | DA | 2C | 26 |
| Octal | 66 | 125 | 212 | 75 | 46 | 0 | 56 | 332 | 54 | 46 |
| Binary | 110110 | 1010101 | 10001010 | 111101 | 100110 | 0 | 101110 | 11011010 | 101100 | 100110 |
Color Harmonies of #36558A
Complementary color
Monochromatic Colors of #36558A
Black with #36558A
Text Example
Text Example
White with #36558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36558A; }
p { color: rgb(54,85,138); }
H1.HeaderClassName
{
color: #36558A;
}
.AnyTagClassName
{
color: #36558A;
}
</style>
background-color css
<style>
a { background-color: #36558A; }
a { background-color: rgb(54,85,138); }
div.DivClassName
{
background-color: #36558A;
}
.BgClassName
{
background-color: #36558A;
}
</style>
border-color css
<style>
span { border-color: #36558A; }
span { border-color: rgb(54,85,138); }
td.TdClassName
{
border-color: #36558A;
}
.TagClassName
{
border-color: #36558A;
}
</style>