Shades of Fun Blue #26457D
Tints of Fun Blue #26457D
RGB
CMYK
RGB Variations
Color information
#26457D (or 0x26457D) is known color: Fun Blue. HEX triplet: 26, 45 and 7D. RGB value is (38,69,125). Sum of RGB (Red+Green+Blue) = 38+69+125=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #26457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26457D is #D9BA82. Grayscale: #414141. Windows color (decimal): -14269059 or 8209702. OLE color: 8209702.
HSL color Cylindrical-coordinate representation of color #26457D: hue angle of 218.62º 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 #26457D is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 69 | 125 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.51 |
| HSL | 218.62º | 0.53% | 0.32% | - |
| HSV(B) | 218.62º | 0.7% | 0.49% | - |
| XYZ | 6.63 | 6.15 | 20.24 | - |
| YUV | 66.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 125 | 0.70 | 0.45 | 0 | 0.51 | 218.62 | 0.53 | 0.32 |
| Hex | 26 | 45 | 7D | 46 | 2D | 0 | 33 | DB | 35 | 20 |
| Octal | 46 | 105 | 175 | 106 | 55 | 0 | 63 | 333 | 65 | 40 |
| Binary | 100110 | 1000101 | 1111101 | 1000110 | 101101 | 0 | 110011 | 11011011 | 110101 | 100000 |
Color Harmonies of #26457D
Complementary color
Monochromatic Colors of #26457D
Black with #26457D
Text Example
Text Example
White with #26457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26457D; }
p { color: rgb(38,69,125); }
H1.HeaderClassName
{
color: #26457D;
}
.AnyTagClassName
{
color: #26457D;
}
</style>
background-color css
<style>
a { background-color: #26457D; }
a { background-color: rgb(38,69,125); }
div.DivClassName
{
background-color: #26457D;
}
.BgClassName
{
background-color: #26457D;
}
</style>
border-color css
<style>
span { border-color: #26457D; }
span { border-color: rgb(38,69,125); }
td.TdClassName
{
border-color: #26457D;
}
.TagClassName
{
border-color: #26457D;
}
</style>