Shades of Fun Blue #264185
Tints of Fun Blue #264185
RGB
CMYK
RGB Variations
Color information
#264185 (or 0x264185) is known color: Fun Blue. HEX triplet: 26, 41 and 85. RGB value is (38,65,133). Sum of RGB (Red+Green+Blue) = 38+65+133=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #264185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264185 is #D9BE7A. Grayscale: #404040. Windows color (decimal): -14270075 or 8732966. OLE color: 8732966.
HSL color Cylindrical-coordinate representation of color #264185: hue angle of 222.95º 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 #264185 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 65 | 133 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.48 |
| HSL | 222.95º | 0.56% | 0.34% | - |
| HSV(B) | 222.95º | 0.71% | 0.52% | - |
| XYZ | 6.92 | 5.89 | 22.96 | - |
| YUV | 64.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 133 | 0.71 | 0.51 | 0 | 0.48 | 222.95 | 0.56 | 0.34 |
| Hex | 26 | 41 | 85 | 47 | 33 | 0 | 30 | DF | 38 | 22 |
| Octal | 46 | 101 | 205 | 107 | 63 | 0 | 60 | 337 | 70 | 42 |
| Binary | 100110 | 1000001 | 10000101 | 1000111 | 110011 | 0 | 110000 | 11011111 | 111000 | 100010 |
Color Harmonies of #264185
Complementary color
Monochromatic Colors of #264185
Black with #264185
Text Example
Text Example
White with #264185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264185; }
p { color: rgb(38,65,133); }
H1.HeaderClassName
{
color: #264185;
}
.AnyTagClassName
{
color: #264185;
}
</style>
background-color css
<style>
a { background-color: #264185; }
a { background-color: rgb(38,65,133); }
div.DivClassName
{
background-color: #264185;
}
.BgClassName
{
background-color: #264185;
}
</style>
border-color css
<style>
span { border-color: #264185; }
span { border-color: rgb(38,65,133); }
td.TdClassName
{
border-color: #264185;
}
.TagClassName
{
border-color: #264185;
}
</style>