Shades of Fun Blue #264585
Tints of Fun Blue #264585
RGB
CMYK
RGB Variations
Color information
#264585 (or 0x264585) is known color: Fun Blue. HEX triplet: 26, 45 and 85. RGB value is (38,69,133). Sum of RGB (Red+Green+Blue) = 38+69+133=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #264585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264585 is #D9BA7A. Grayscale: #424242. Windows color (decimal): -14269051 or 8733990. OLE color: 8733990.
HSL color Cylindrical-coordinate representation of color #264585: hue angle of 220.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264585 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 69 | 133 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.48 |
| HSL | 220.42º | 0.56% | 0.34% | - |
| HSV(B) | 220.42º | 0.71% | 0.52% | - |
| XYZ | 7.16 | 6.36 | 23.04 | - |
| YUV | 67.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 133 | 0.71 | 0.48 | 0 | 0.48 | 220.42 | 0.56 | 0.34 |
| Hex | 26 | 45 | 85 | 47 | 30 | 0 | 30 | DC | 38 | 22 |
| Octal | 46 | 105 | 205 | 107 | 60 | 0 | 60 | 334 | 70 | 42 |
| Binary | 100110 | 1000101 | 10000101 | 1000111 | 110000 | 0 | 110000 | 11011100 | 111000 | 100010 |
Color Harmonies of #264585
Complementary color
Monochromatic Colors of #264585
Black with #264585
Text Example
Text Example
White with #264585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264585; }
p { color: rgb(38,69,133); }
H1.HeaderClassName
{
color: #264585;
}
.AnyTagClassName
{
color: #264585;
}
</style>
background-color css
<style>
a { background-color: #264585; }
a { background-color: rgb(38,69,133); }
div.DivClassName
{
background-color: #264585;
}
.BgClassName
{
background-color: #264585;
}
</style>
border-color css
<style>
span { border-color: #264585; }
span { border-color: rgb(38,69,133); }
td.TdClassName
{
border-color: #264585;
}
.TagClassName
{
border-color: #264585;
}
</style>