Shades of Fun Blue #264A8F
Tints of Fun Blue #264A8F
RGB
CMYK
RGB Variations
Color information
#264A8F (or 0x264A8F) is known color: Fun Blue. HEX triplet: 26, 4A and 8F. RGB value is (38,74,143). Sum of RGB (Red+Green+Blue) = 38+74+143=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #264A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A8F is #D9B570. Grayscale: #464646. Windows color (decimal): -14267761 or 9390630. OLE color: 9390630.
HSL color Cylindrical-coordinate representation of color #264A8F: hue angle of 219.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264A8F is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 74 | 143 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.44 |
| HSL | 219.43º | 0.58% | 0.35% | - |
| HSV(B) | 219.43º | 0.73% | 0.56% | - |
| XYZ | 8.21 | 7.29 | 26.96 | - |
| YUV | 71.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 143 | 0.73 | 0.48 | 0 | 0.44 | 219.43 | 0.58 | 0.35 |
| Hex | 26 | 4A | 8F | 49 | 30 | 0 | 2C | DB | 3A | 23 |
| Octal | 46 | 112 | 217 | 111 | 60 | 0 | 54 | 333 | 72 | 43 |
| Binary | 100110 | 1001010 | 10001111 | 1001001 | 110000 | 0 | 101100 | 11011011 | 111010 | 100011 |
Color Harmonies of #264A8F
Complementary color
Monochromatic Colors of #264A8F
Black with #264A8F
Text Example
Text Example
White with #264A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A8F; }
p { color: rgb(38,74,143); }
H1.HeaderClassName
{
color: #264A8F;
}
.AnyTagClassName
{
color: #264A8F;
}
</style>
background-color css
<style>
a { background-color: #264A8F; }
a { background-color: rgb(38,74,143); }
div.DivClassName
{
background-color: #264A8F;
}
.BgClassName
{
background-color: #264A8F;
}
</style>
border-color css
<style>
span { border-color: #264A8F; }
span { border-color: rgb(38,74,143); }
td.TdClassName
{
border-color: #264A8F;
}
.TagClassName
{
border-color: #264A8F;
}
</style>