Shades of Fun Blue #26468B
Tints of Fun Blue #26468B
RGB
CMYK
RGB Variations
Color information
#26468B (or 0x26468B) is known color: Fun Blue. HEX triplet: 26, 46 and 8B. RGB value is (38,70,139). Sum of RGB (Red+Green+Blue) = 38+70+139=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #26468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26468B is #D9B974. Grayscale: #434343. Windows color (decimal): -14268789 or 9127462. OLE color: 9127462.
HSL color Cylindrical-coordinate representation of color #26468B: hue angle of 220.99º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26468B is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 70 | 139 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.45 |
| HSL | 220.99º | 0.57% | 0.35% | - |
| HSV(B) | 220.99º | 0.73% | 0.55% | - |
| XYZ | 7.65 | 6.66 | 25.31 | - |
| YUV | 68.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 139 | 0.73 | 0.50 | 0 | 0.45 | 220.99 | 0.57 | 0.35 |
| Hex | 26 | 46 | 8B | 49 | 32 | 0 | 2D | DD | 39 | 23 |
| Octal | 46 | 106 | 213 | 111 | 62 | 0 | 55 | 335 | 71 | 43 |
| Binary | 100110 | 1000110 | 10001011 | 1001001 | 110010 | 0 | 101101 | 11011101 | 111001 | 100011 |
Color Harmonies of #26468B
Complementary color
Monochromatic Colors of #26468B
Black with #26468B
Text Example
Text Example
White with #26468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26468B; }
p { color: rgb(38,70,139); }
H1.HeaderClassName
{
color: #26468B;
}
.AnyTagClassName
{
color: #26468B;
}
</style>
background-color css
<style>
a { background-color: #26468B; }
a { background-color: rgb(38,70,139); }
div.DivClassName
{
background-color: #26468B;
}
.BgClassName
{
background-color: #26468B;
}
</style>
border-color css
<style>
span { border-color: #26468B; }
span { border-color: rgb(38,70,139); }
td.TdClassName
{
border-color: #26468B;
}
.TagClassName
{
border-color: #26468B;
}
</style>