Shades of Fun Blue #264A8B
Tints of Fun Blue #264A8B
RGB
CMYK
RGB Variations
Color information
#264A8B (or 0x264A8B) is known color: Fun Blue. HEX triplet: 26, 4A and 8B. RGB value is (38,74,139). Sum of RGB (Red+Green+Blue) = 38+74+139=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #264A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264A8B is #D9B574. Grayscale: #464646. Windows color (decimal): -14267765 or 9128486. OLE color: 9128486.
HSL color Cylindrical-coordinate representation of color #264A8B: hue angle of 218.61º degrees, saturation: 0.57, 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 #264A8B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 74 | 139 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.45 |
| HSL | 218.61º | 0.57% | 0.35% | - |
| HSV(B) | 218.61º | 0.73% | 0.55% | - |
| XYZ | 7.91 | 7.17 | 25.39 | - |
| YUV | 70.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 139 | 0.73 | 0.47 | 0 | 0.45 | 218.61 | 0.57 | 0.35 |
| Hex | 26 | 4A | 8B | 49 | 2F | 0 | 2D | DB | 39 | 23 |
| Octal | 46 | 112 | 213 | 111 | 57 | 0 | 55 | 333 | 71 | 43 |
| Binary | 100110 | 1001010 | 10001011 | 1001001 | 101111 | 0 | 101101 | 11011011 | 111001 | 100011 |
Color Harmonies of #264A8B
Complementary color
Monochromatic Colors of #264A8B
Black with #264A8B
Text Example
Text Example
White with #264A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A8B; }
p { color: rgb(38,74,139); }
H1.HeaderClassName
{
color: #264A8B;
}
.AnyTagClassName
{
color: #264A8B;
}
</style>
background-color css
<style>
a { background-color: #264A8B; }
a { background-color: rgb(38,74,139); }
div.DivClassName
{
background-color: #264A8B;
}
.BgClassName
{
background-color: #264A8B;
}
</style>
border-color css
<style>
span { border-color: #264A8B; }
span { border-color: rgb(38,74,139); }
td.TdClassName
{
border-color: #264A8B;
}
.TagClassName
{
border-color: #264A8B;
}
</style>