Shades of Fun Blue #264A8D
Tints of Fun Blue #264A8D
RGB
CMYK
RGB Variations
Color information
#264A8D (or 0x264A8D) is known color: Fun Blue. HEX triplet: 26, 4A and 8D. RGB value is (38,74,141). Sum of RGB (Red+Green+Blue) = 38+74+141=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #264A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A8D is #D9B572. Grayscale: #464646. Windows color (decimal): -14267763 or 9259558. OLE color: 9259558.
HSL color Cylindrical-coordinate representation of color #264A8D: hue angle of 219.03º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264A8D is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 74 | 141 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.45 |
| HSL | 219.03º | 0.58% | 0.35% | - |
| HSV(B) | 219.03º | 0.73% | 0.55% | - |
| XYZ | 8.06 | 7.23 | 26.17 | - |
| YUV | 70.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 141 | 0.73 | 0.48 | 0 | 0.45 | 219.03 | 0.58 | 0.35 |
| Hex | 26 | 4A | 8D | 49 | 30 | 0 | 2D | DB | 3A | 23 |
| Octal | 46 | 112 | 215 | 111 | 60 | 0 | 55 | 333 | 72 | 43 |
| Binary | 100110 | 1001010 | 10001101 | 1001001 | 110000 | 0 | 101101 | 11011011 | 111010 | 100011 |
Color Harmonies of #264A8D
Complementary color
Monochromatic Colors of #264A8D
Black with #264A8D
Text Example
Text Example
White with #264A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A8D; }
p { color: rgb(38,74,141); }
H1.HeaderClassName
{
color: #264A8D;
}
.AnyTagClassName
{
color: #264A8D;
}
</style>
background-color css
<style>
a { background-color: #264A8D; }
a { background-color: rgb(38,74,141); }
div.DivClassName
{
background-color: #264A8D;
}
.BgClassName
{
background-color: #264A8D;
}
</style>
border-color css
<style>
span { border-color: #264A8D; }
span { border-color: rgb(38,74,141); }
td.TdClassName
{
border-color: #264A8D;
}
.TagClassName
{
border-color: #264A8D;
}
</style>