Shades of Fun Blue #264B8A
Tints of Fun Blue #264B8A
RGB
CMYK
RGB Variations
Color information
#264B8A (or 0x264B8A) is known color: Fun Blue. HEX triplet: 26, 4B and 8A. RGB value is (38,75,138). Sum of RGB (Red+Green+Blue) = 38+75+138=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #264B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B8A is #D9B475. Grayscale: #464646. Windows color (decimal): -14267510 or 9063206. OLE color: 9063206.
HSL color Cylindrical-coordinate representation of color #264B8A: hue angle of 217.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264B8A is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 75 | 138 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.46 |
| HSL | 217.8º | 0.57% | 0.35% | - |
| HSV(B) | 217.8º | 0.72% | 0.54% | - |
| XYZ | 7.9 | 7.28 | 25.03 | - |
| YUV | 71.12 | 165.74 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 75 | 138 | 0.72 | 0.46 | 0 | 0.46 | 217.8 | 0.57 | 0.35 |
| Hex | 26 | 4B | 8A | 48 | 2E | 0 | 2E | DA | 39 | 23 |
| Octal | 46 | 113 | 212 | 110 | 56 | 0 | 56 | 332 | 71 | 43 |
| Binary | 100110 | 1001011 | 10001010 | 1001000 | 101110 | 0 | 101110 | 11011010 | 111001 | 100011 |
Color Harmonies of #264B8A
Complementary color
Monochromatic Colors of #264B8A
Black with #264B8A
Text Example
Text Example
White with #264B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264B8A; }
p { color: rgb(38,75,138); }
H1.HeaderClassName
{
color: #264B8A;
}
.AnyTagClassName
{
color: #264B8A;
}
</style>
background-color css
<style>
a { background-color: #264B8A; }
a { background-color: rgb(38,75,138); }
div.DivClassName
{
background-color: #264B8A;
}
.BgClassName
{
background-color: #264B8A;
}
</style>
border-color css
<style>
span { border-color: #264B8A; }
span { border-color: rgb(38,75,138); }
td.TdClassName
{
border-color: #264B8A;
}
.TagClassName
{
border-color: #264B8A;
}
</style>