Shades of Fun Blue #264578
Tints of Fun Blue #264578
RGB
CMYK
RGB Variations
Color information
#264578 (or 0x264578) is known color: Fun Blue. HEX triplet: 26, 45 and 78. RGB value is (38,69,120). Sum of RGB (Red+Green+Blue) = 38+69+120=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #264578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264578 is #D9BA87. Grayscale: #414141. Windows color (decimal): -14269064 or 7882022. OLE color: 7882022.
HSL color Cylindrical-coordinate representation of color #264578: hue angle of 217.32º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264578 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 69 | 120 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.53 |
| HSL | 217.32º | 0.52% | 0.31% | - |
| HSV(B) | 217.32º | 0.68% | 0.47% | - |
| XYZ | 6.32 | 6.02 | 18.6 | - |
| YUV | 65.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 120 | 0.68 | 0.42 | 0 | 0.53 | 217.32 | 0.52 | 0.31 |
| Hex | 26 | 45 | 78 | 44 | 2A | 0 | 35 | D9 | 34 | 1F |
| Octal | 46 | 105 | 170 | 104 | 52 | 0 | 65 | 331 | 64 | 37 |
| Binary | 100110 | 1000101 | 1111000 | 1000100 | 101010 | 0 | 110101 | 11011001 | 110100 | 11111 |
Color Harmonies of #264578
Complementary color
Monochromatic Colors of #264578
Black with #264578
Text Example
Text Example
White with #264578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264578; }
p { color: rgb(38,69,120); }
H1.HeaderClassName
{
color: #264578;
}
.AnyTagClassName
{
color: #264578;
}
</style>
background-color css
<style>
a { background-color: #264578; }
a { background-color: rgb(38,69,120); }
div.DivClassName
{
background-color: #264578;
}
.BgClassName
{
background-color: #264578;
}
</style>
border-color css
<style>
span { border-color: #264578; }
span { border-color: rgb(38,69,120); }
td.TdClassName
{
border-color: #264578;
}
.TagClassName
{
border-color: #264578;
}
</style>