Shades of Fun Blue #26477D
Tints of Fun Blue #26477D
RGB
CMYK
RGB Variations
Color information
#26477D (or 0x26477D) is known color: Fun Blue. HEX triplet: 26, 47 and 7D. RGB value is (38,71,125). Sum of RGB (Red+Green+Blue) = 38+71+125=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #26477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26477D is #D9B882. Grayscale: #434343. Windows color (decimal): -14268547 or 8210214. OLE color: 8210214.
HSL color Cylindrical-coordinate representation of color #26477D: hue angle of 217.24º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26477D is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 71 | 125 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.51 |
| HSL | 217.24º | 0.53% | 0.32% | - |
| HSV(B) | 217.24º | 0.7% | 0.49% | - |
| XYZ | 6.75 | 6.4 | 20.28 | - |
| YUV | 67.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 125 | 0.70 | 0.43 | 0 | 0.51 | 217.24 | 0.53 | 0.32 |
| Hex | 26 | 47 | 7D | 46 | 2B | 0 | 33 | D9 | 35 | 20 |
| Octal | 46 | 107 | 175 | 106 | 53 | 0 | 63 | 331 | 65 | 40 |
| Binary | 100110 | 1000111 | 1111101 | 1000110 | 101011 | 0 | 110011 | 11011001 | 110101 | 100000 |
Color Harmonies of #26477D
Complementary color
Monochromatic Colors of #26477D
Black with #26477D
Text Example
Text Example
White with #26477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26477D; }
p { color: rgb(38,71,125); }
H1.HeaderClassName
{
color: #26477D;
}
.AnyTagClassName
{
color: #26477D;
}
</style>
background-color css
<style>
a { background-color: #26477D; }
a { background-color: rgb(38,71,125); }
div.DivClassName
{
background-color: #26477D;
}
.BgClassName
{
background-color: #26477D;
}
</style>
border-color css
<style>
span { border-color: #26477D; }
span { border-color: rgb(38,71,125); }
td.TdClassName
{
border-color: #26477D;
}
.TagClassName
{
border-color: #26477D;
}
</style>