Shades of Fun Blue #264582
Tints of Fun Blue #264582
RGB
CMYK
RGB Variations
Color information
#264582 (or 0x264582) is known color: Fun Blue. HEX triplet: 26, 45 and 82. RGB value is (38,69,130). Sum of RGB (Red+Green+Blue) = 38+69+130=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #264582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264582 is #D9BA7D. Grayscale: #424242. Windows color (decimal): -14269054 or 8537382. OLE color: 8537382.
HSL color Cylindrical-coordinate representation of color #264582: hue angle of 219.78º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264582 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 69 | 130 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.49 |
| HSL | 219.78º | 0.55% | 0.33% | - |
| HSV(B) | 219.78º | 0.71% | 0.51% | - |
| XYZ | 6.96 | 6.28 | 21.96 | - |
| YUV | 66.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 130 | 0.71 | 0.47 | 0 | 0.49 | 219.78 | 0.55 | 0.33 |
| Hex | 26 | 45 | 82 | 47 | 2F | 0 | 31 | DC | 37 | 21 |
| Octal | 46 | 105 | 202 | 107 | 57 | 0 | 61 | 334 | 67 | 41 |
| Binary | 100110 | 1000101 | 10000010 | 1000111 | 101111 | 0 | 110001 | 11011100 | 110111 | 100001 |
Color Harmonies of #264582
Complementary color
Monochromatic Colors of #264582
Black with #264582
Text Example
Text Example
White with #264582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264582; }
p { color: rgb(38,69,130); }
H1.HeaderClassName
{
color: #264582;
}
.AnyTagClassName
{
color: #264582;
}
</style>
background-color css
<style>
a { background-color: #264582; }
a { background-color: rgb(38,69,130); }
div.DivClassName
{
background-color: #264582;
}
.BgClassName
{
background-color: #264582;
}
</style>
border-color css
<style>
span { border-color: #264582; }
span { border-color: rgb(38,69,130); }
td.TdClassName
{
border-color: #264582;
}
.TagClassName
{
border-color: #264582;
}
</style>