Shades of Fun Blue #264485
Tints of Fun Blue #264485
RGB
CMYK
RGB Variations
Color information
#264485 (or 0x264485) is known color: Fun Blue. HEX triplet: 26, 44 and 85. RGB value is (38,68,133). Sum of RGB (Red+Green+Blue) = 38+68+133=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #264485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264485 is #D9BB7A. Grayscale: #424242. Windows color (decimal): -14269307 or 8733734. OLE color: 8733734.
HSL color Cylindrical-coordinate representation of color #264485: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264485 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 68 | 133 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.48 |
| HSL | 221.05º | 0.56% | 0.34% | - |
| HSV(B) | 221.05º | 0.71% | 0.52% | - |
| XYZ | 7.1 | 6.24 | 23.02 | - |
| YUV | 66.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 68 | 133 | 0.71 | 0.49 | 0 | 0.48 | 221.05 | 0.56 | 0.34 |
| Hex | 26 | 44 | 85 | 47 | 31 | 0 | 30 | DD | 38 | 22 |
| Octal | 46 | 104 | 205 | 107 | 61 | 0 | 60 | 335 | 70 | 42 |
| Binary | 100110 | 1000100 | 10000101 | 1000111 | 110001 | 0 | 110000 | 11011101 | 111000 | 100010 |
Color Harmonies of #264485
Complementary color
Monochromatic Colors of #264485
Black with #264485
Text Example
Text Example
White with #264485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264485; }
p { color: rgb(38,68,133); }
H1.HeaderClassName
{
color: #264485;
}
.AnyTagClassName
{
color: #264485;
}
</style>
background-color css
<style>
a { background-color: #264485; }
a { background-color: rgb(38,68,133); }
div.DivClassName
{
background-color: #264485;
}
.BgClassName
{
background-color: #264485;
}
</style>
border-color css
<style>
span { border-color: #264485; }
span { border-color: rgb(38,68,133); }
td.TdClassName
{
border-color: #264485;
}
.TagClassName
{
border-color: #264485;
}
</style>