Shades of Fun Blue #264882
Tints of Fun Blue #264882
RGB
CMYK
RGB Variations
Color information
#264882 (or 0x264882) is known color: Fun Blue. HEX triplet: 26, 48 and 82. RGB value is (38,72,130). Sum of RGB (Red+Green+Blue) = 38+72+130=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #264882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264882 is #D9B77D. Grayscale: #444444. Windows color (decimal): -14268286 or 8538150. OLE color: 8538150.
HSL color Cylindrical-coordinate representation of color #264882: hue angle of 217.83º 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 #264882 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 72 | 130 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.49 |
| HSL | 217.83º | 0.55% | 0.33% | - |
| HSV(B) | 217.83º | 0.71% | 0.51% | - |
| XYZ | 7.15 | 6.66 | 22.03 | - |
| YUV | 68.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 130 | 0.71 | 0.45 | 0 | 0.49 | 217.83 | 0.55 | 0.33 |
| Hex | 26 | 48 | 82 | 47 | 2D | 0 | 31 | DA | 37 | 21 |
| Octal | 46 | 110 | 202 | 107 | 55 | 0 | 61 | 332 | 67 | 41 |
| Binary | 100110 | 1001000 | 10000010 | 1000111 | 101101 | 0 | 110001 | 11011010 | 110111 | 100001 |
Color Harmonies of #264882
Complementary color
Monochromatic Colors of #264882
Black with #264882
Text Example
Text Example
White with #264882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264882; }
p { color: rgb(38,72,130); }
H1.HeaderClassName
{
color: #264882;
}
.AnyTagClassName
{
color: #264882;
}
</style>
background-color css
<style>
a { background-color: #264882; }
a { background-color: rgb(38,72,130); }
div.DivClassName
{
background-color: #264882;
}
.BgClassName
{
background-color: #264882;
}
</style>
border-color css
<style>
span { border-color: #264882; }
span { border-color: rgb(38,72,130); }
td.TdClassName
{
border-color: #264882;
}
.TagClassName
{
border-color: #264882;
}
</style>