Shades of Fun Blue #36497C
Tints of Fun Blue #36497C
RGB
CMYK
RGB Variations
Color information
#36497C (or 0x36497C) is known color: Fun Blue. HEX triplet: 36, 49 and 7C. RGB value is (54,73,124). Sum of RGB (Red+Green+Blue) = 54+73+124=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #36497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36497C is #C9B683. Grayscale: #484848. Windows color (decimal): -13219460 or 8145206. OLE color: 8145206.
HSL color Cylindrical-coordinate representation of color #36497C: hue angle of 223.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36497C is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 73 | 124 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.51 |
| HSL | 223.71º | 0.39% | 0.35% | - |
| HSV(B) | 223.71º | 0.56% | 0.49% | - |
| XYZ | 7.54 | 7 | 20.02 | - |
| YUV | 73.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 124 | 0.56 | 0.41 | 0 | 0.51 | 223.71 | 0.39 | 0.35 |
| Hex | 36 | 49 | 7C | 38 | 29 | 0 | 33 | E0 | 27 | 23 |
| Octal | 66 | 111 | 174 | 70 | 51 | 0 | 63 | 340 | 47 | 43 |
| Binary | 110110 | 1001001 | 1111100 | 111000 | 101001 | 0 | 110011 | 11100000 | 100111 | 100011 |
Color Harmonies of #36497C
Complementary color
Monochromatic Colors of #36497C
Black with #36497C
Text Example
Text Example
White with #36497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36497C; }
p { color: rgb(54,73,124); }
H1.HeaderClassName
{
color: #36497C;
}
.AnyTagClassName
{
color: #36497C;
}
</style>
background-color css
<style>
a { background-color: #36497C; }
a { background-color: rgb(54,73,124); }
div.DivClassName
{
background-color: #36497C;
}
.BgClassName
{
background-color: #36497C;
}
</style>
border-color css
<style>
span { border-color: #36497C; }
span { border-color: rgb(54,73,124); }
td.TdClassName
{
border-color: #36497C;
}
.TagClassName
{
border-color: #36497C;
}
</style>