Shades of Fun Blue #264879
Tints of Fun Blue #264879
RGB
CMYK
RGB Variations
Color information
#264879 (or 0x264879) is known color: Fun Blue. HEX triplet: 26, 48 and 79. RGB value is (38,72,121). Sum of RGB (Red+Green+Blue) = 38+72+121=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #264879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264879 is #D9B786. Grayscale: #434343. Windows color (decimal): -14268295 or 7948326. OLE color: 7948326.
HSL color Cylindrical-coordinate representation of color #264879: hue angle of 215.42º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264879 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 72 | 121 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.53 |
| HSL | 215.42º | 0.52% | 0.31% | - |
| HSV(B) | 215.42º | 0.69% | 0.47% | - |
| XYZ | 6.57 | 6.43 | 18.98 | - |
| YUV | 67.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 121 | 0.69 | 0.40 | 0 | 0.53 | 215.42 | 0.52 | 0.31 |
| Hex | 26 | 48 | 79 | 45 | 28 | 0 | 35 | D7 | 34 | 1F |
| Octal | 46 | 110 | 171 | 105 | 50 | 0 | 65 | 327 | 64 | 37 |
| Binary | 100110 | 1001000 | 1111001 | 1000101 | 101000 | 0 | 110101 | 11010111 | 110100 | 11111 |
Color Harmonies of #264879
Complementary color
Monochromatic Colors of #264879
Black with #264879
Text Example
Text Example
White with #264879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264879; }
p { color: rgb(38,72,121); }
H1.HeaderClassName
{
color: #264879;
}
.AnyTagClassName
{
color: #264879;
}
</style>
background-color css
<style>
a { background-color: #264879; }
a { background-color: rgb(38,72,121); }
div.DivClassName
{
background-color: #264879;
}
.BgClassName
{
background-color: #264879;
}
</style>
border-color css
<style>
span { border-color: #264879; }
span { border-color: rgb(38,72,121); }
td.TdClassName
{
border-color: #264879;
}
.TagClassName
{
border-color: #264879;
}
</style>