Shades of Fun Blue #36507B
Tints of Fun Blue #36507B
RGB
CMYK
RGB Variations
Color information
#36507B (or 0x36507B) is known color: Fun Blue. HEX triplet: 36, 50 and 7B. RGB value is (54,80,123). Sum of RGB (Red+Green+Blue) = 54+80+123=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #36507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36507B is #C9AF84. Grayscale: #4C4C4C. Windows color (decimal): -13217669 or 8081462. OLE color: 8081462.
HSL color Cylindrical-coordinate representation of color #36507B: hue angle of 217.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36507B is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 80 | 123 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.52 |
| HSL | 217.39º | 0.39% | 0.35% | - |
| HSV(B) | 217.39º | 0.56% | 0.48% | - |
| XYZ | 7.97 | 7.95 | 19.85 | - |
| YUV | 77.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 123 | 0.56 | 0.35 | 0 | 0.52 | 217.39 | 0.39 | 0.35 |
| Hex | 36 | 50 | 7B | 38 | 23 | 0 | 34 | D9 | 27 | 23 |
| Octal | 66 | 120 | 173 | 70 | 43 | 0 | 64 | 331 | 47 | 43 |
| Binary | 110110 | 1010000 | 1111011 | 111000 | 100011 | 0 | 110100 | 11011001 | 100111 | 100011 |
Color Harmonies of #36507B
Complementary color
Monochromatic Colors of #36507B
Black with #36507B
Text Example
Text Example
White with #36507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36507B; }
p { color: rgb(54,80,123); }
H1.HeaderClassName
{
color: #36507B;
}
.AnyTagClassName
{
color: #36507B;
}
</style>
background-color css
<style>
a { background-color: #36507B; }
a { background-color: rgb(54,80,123); }
div.DivClassName
{
background-color: #36507B;
}
.BgClassName
{
background-color: #36507B;
}
</style>
border-color css
<style>
span { border-color: #36507B; }
span { border-color: rgb(54,80,123); }
td.TdClassName
{
border-color: #36507B;
}
.TagClassName
{
border-color: #36507B;
}
</style>