Shades of Fun Blue #264A87
Tints of Fun Blue #264A87
RGB
CMYK
RGB Variations
Color information
#264A87 (or 0x264A87) is known color: Fun Blue. HEX triplet: 26, 4A and 87. RGB value is (38,74,135). Sum of RGB (Red+Green+Blue) = 38+74+135=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #264A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A87 is #D9B578. Grayscale: #454545. Windows color (decimal): -14267769 or 8866342. OLE color: 8866342.
HSL color Cylindrical-coordinate representation of color #264A87: hue angle of 217.73º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264A87 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 74 | 135 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.47 |
| HSL | 217.73º | 0.56% | 0.34% | - |
| HSV(B) | 217.73º | 0.72% | 0.53% | - |
| XYZ | 7.62 | 7.06 | 23.88 | - |
| YUV | 70.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 135 | 0.72 | 0.45 | 0 | 0.47 | 217.73 | 0.56 | 0.34 |
| Hex | 26 | 4A | 87 | 48 | 2D | 0 | 2F | DA | 38 | 22 |
| Octal | 46 | 112 | 207 | 110 | 55 | 0 | 57 | 332 | 70 | 42 |
| Binary | 100110 | 1001010 | 10000111 | 1001000 | 101101 | 0 | 101111 | 11011010 | 111000 | 100010 |
Color Harmonies of #264A87
Complementary color
Monochromatic Colors of #264A87
Black with #264A87
Text Example
Text Example
White with #264A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A87; }
p { color: rgb(38,74,135); }
H1.HeaderClassName
{
color: #264A87;
}
.AnyTagClassName
{
color: #264A87;
}
</style>
background-color css
<style>
a { background-color: #264A87; }
a { background-color: rgb(38,74,135); }
div.DivClassName
{
background-color: #264A87;
}
.BgClassName
{
background-color: #264A87;
}
</style>
border-color css
<style>
span { border-color: #264A87; }
span { border-color: rgb(38,74,135); }
td.TdClassName
{
border-color: #264A87;
}
.TagClassName
{
border-color: #264A87;
}
</style>