Shades of Fun Blue #26467B
Tints of Fun Blue #26467B
RGB
CMYK
RGB Variations
Color information
#26467B (or 0x26467B) is known color: Fun Blue. HEX triplet: 26, 46 and 7B. RGB value is (38,70,123). Sum of RGB (Red+Green+Blue) = 38+70+123=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #26467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26467B is #D9B984. Grayscale: #424242. Windows color (decimal): -14268805 or 8078886. OLE color: 8078886.
HSL color Cylindrical-coordinate representation of color #26467B: hue angle of 217.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26467B is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 70 | 123 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.52 |
| HSL | 217.41º | 0.53% | 0.32% | - |
| HSV(B) | 217.41º | 0.69% | 0.48% | - |
| XYZ | 6.56 | 6.22 | 19.59 | - |
| YUV | 66.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 123 | 0.69 | 0.43 | 0 | 0.52 | 217.41 | 0.53 | 0.32 |
| Hex | 26 | 46 | 7B | 45 | 2B | 0 | 34 | D9 | 35 | 20 |
| Octal | 46 | 106 | 173 | 105 | 53 | 0 | 64 | 331 | 65 | 40 |
| Binary | 100110 | 1000110 | 1111011 | 1000101 | 101011 | 0 | 110100 | 11011001 | 110101 | 100000 |
Color Harmonies of #26467B
Complementary color
Monochromatic Colors of #26467B
Black with #26467B
Text Example
Text Example
White with #26467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26467B; }
p { color: rgb(38,70,123); }
H1.HeaderClassName
{
color: #26467B;
}
.AnyTagClassName
{
color: #26467B;
}
</style>
background-color css
<style>
a { background-color: #26467B; }
a { background-color: rgb(38,70,123); }
div.DivClassName
{
background-color: #26467B;
}
.BgClassName
{
background-color: #26467B;
}
</style>
border-color css
<style>
span { border-color: #26467B; }
span { border-color: rgb(38,70,123); }
td.TdClassName
{
border-color: #26467B;
}
.TagClassName
{
border-color: #26467B;
}
</style>