Shades of Fun Blue #264983
Tints of Fun Blue #264983
RGB
CMYK
RGB Variations
Color information
#264983 (or 0x264983) is known color: Fun Blue. HEX triplet: 26, 49 and 83. RGB value is (38,73,131). Sum of RGB (Red+Green+Blue) = 38+73+131=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #264983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264983 is #D9B67C. Grayscale: #444444. Windows color (decimal): -14268029 or 8603942. OLE color: 8603942.
HSL color Cylindrical-coordinate representation of color #264983: hue angle of 217.42º 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 #264983 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 73 | 131 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.49 |
| HSL | 217.42º | 0.55% | 0.33% | - |
| HSV(B) | 217.42º | 0.71% | 0.51% | - |
| XYZ | 7.28 | 6.82 | 22.4 | - |
| YUV | 69.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 131 | 0.71 | 0.44 | 0 | 0.49 | 217.42 | 0.55 | 0.33 |
| Hex | 26 | 49 | 83 | 47 | 2C | 0 | 31 | D9 | 37 | 21 |
| Octal | 46 | 111 | 203 | 107 | 54 | 0 | 61 | 331 | 67 | 41 |
| Binary | 100110 | 1001001 | 10000011 | 1000111 | 101100 | 0 | 110001 | 11011001 | 110111 | 100001 |
Color Harmonies of #264983
Complementary color
Monochromatic Colors of #264983
Black with #264983
Text Example
Text Example
White with #264983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264983; }
p { color: rgb(38,73,131); }
H1.HeaderClassName
{
color: #264983;
}
.AnyTagClassName
{
color: #264983;
}
</style>
background-color css
<style>
a { background-color: #264983; }
a { background-color: rgb(38,73,131); }
div.DivClassName
{
background-color: #264983;
}
.BgClassName
{
background-color: #264983;
}
</style>
border-color css
<style>
span { border-color: #264983; }
span { border-color: rgb(38,73,131); }
td.TdClassName
{
border-color: #264983;
}
.TagClassName
{
border-color: #264983;
}
</style>