Shades of Fun Blue #264584
Tints of Fun Blue #264584
RGB
CMYK
RGB Variations
Color information
#264584 (or 0x264584) is known color: Fun Blue. HEX triplet: 26, 45 and 84. RGB value is (38,69,132). Sum of RGB (Red+Green+Blue) = 38+69+132=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #264584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264584 is #D9BA7B. Grayscale: #424242. Windows color (decimal): -14269052 or 8668454. OLE color: 8668454.
HSL color Cylindrical-coordinate representation of color #264584: hue angle of 220.21º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264584 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 69 | 132 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.48 |
| HSL | 220.21º | 0.55% | 0.33% | - |
| HSV(B) | 220.21º | 0.71% | 0.52% | - |
| XYZ | 7.09 | 6.33 | 22.68 | - |
| YUV | 66.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 132 | 0.71 | 0.48 | 0 | 0.48 | 220.21 | 0.55 | 0.33 |
| Hex | 26 | 45 | 84 | 47 | 30 | 0 | 30 | DC | 37 | 21 |
| Octal | 46 | 105 | 204 | 107 | 60 | 0 | 60 | 334 | 67 | 41 |
| Binary | 100110 | 1000101 | 10000100 | 1000111 | 110000 | 0 | 110000 | 11011100 | 110111 | 100001 |
Color Harmonies of #264584
Complementary color
Monochromatic Colors of #264584
Black with #264584
Text Example
Text Example
White with #264584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264584; }
p { color: rgb(38,69,132); }
H1.HeaderClassName
{
color: #264584;
}
.AnyTagClassName
{
color: #264584;
}
</style>
background-color css
<style>
a { background-color: #264584; }
a { background-color: rgb(38,69,132); }
div.DivClassName
{
background-color: #264584;
}
.BgClassName
{
background-color: #264584;
}
</style>
border-color css
<style>
span { border-color: #264584; }
span { border-color: rgb(38,69,132); }
td.TdClassName
{
border-color: #264584;
}
.TagClassName
{
border-color: #264584;
}
</style>