Shades of Fun Blue #26468A
Tints of Fun Blue #26468A
RGB
CMYK
RGB Variations
Color information
#26468A (or 0x26468A) is known color: Fun Blue. HEX triplet: 26, 46 and 8A. RGB value is (38,70,138). Sum of RGB (Red+Green+Blue) = 38+70+138=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #26468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26468A is #D9B975. Grayscale: #434343. Windows color (decimal): -14268790 or 9061926. OLE color: 9061926.
HSL color Cylindrical-coordinate representation of color #26468A: hue angle of 220.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26468A is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 70 | 138 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.46 |
| HSL | 220.8º | 0.57% | 0.35% | - |
| HSV(B) | 220.8º | 0.72% | 0.54% | - |
| XYZ | 7.58 | 6.63 | 24.92 | - |
| YUV | 68.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 138 | 0.72 | 0.49 | 0 | 0.46 | 220.8 | 0.57 | 0.35 |
| Hex | 26 | 46 | 8A | 48 | 31 | 0 | 2E | DD | 39 | 23 |
| Octal | 46 | 106 | 212 | 110 | 61 | 0 | 56 | 335 | 71 | 43 |
| Binary | 100110 | 1000110 | 10001010 | 1001000 | 110001 | 0 | 101110 | 11011101 | 111001 | 100011 |
Color Harmonies of #26468A
Complementary color
Monochromatic Colors of #26468A
Black with #26468A
Text Example
Text Example
White with #26468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26468A; }
p { color: rgb(38,70,138); }
H1.HeaderClassName
{
color: #26468A;
}
.AnyTagClassName
{
color: #26468A;
}
</style>
background-color css
<style>
a { background-color: #26468A; }
a { background-color: rgb(38,70,138); }
div.DivClassName
{
background-color: #26468A;
}
.BgClassName
{
background-color: #26468A;
}
</style>
border-color css
<style>
span { border-color: #26468A; }
span { border-color: rgb(38,70,138); }
td.TdClassName
{
border-color: #26468A;
}
.TagClassName
{
border-color: #26468A;
}
</style>