Shades of Fun Blue #264385
Tints of Fun Blue #264385
RGB
CMYK
RGB Variations
Color information
#264385 (or 0x264385) is known color: Fun Blue. HEX triplet: 26, 43 and 85. RGB value is (38,67,133). Sum of RGB (Red+Green+Blue) = 38+67+133=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #264385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264385 is #D9BC7A. Grayscale: #414141. Windows color (decimal): -14269563 or 8733478. OLE color: 8733478.
HSL color Cylindrical-coordinate representation of color #264385: hue angle of 221.68º 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 #264385 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 67 | 133 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.48 |
| HSL | 221.68º | 0.56% | 0.34% | - |
| HSV(B) | 221.68º | 0.71% | 0.52% | - |
| XYZ | 7.04 | 6.12 | 23 | - |
| YUV | 65.85 | 165.89 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 133 | 0.71 | 0.50 | 0 | 0.48 | 221.68 | 0.56 | 0.34 |
| Hex | 26 | 43 | 85 | 47 | 32 | 0 | 30 | DE | 38 | 22 |
| Octal | 46 | 103 | 205 | 107 | 62 | 0 | 60 | 336 | 70 | 42 |
| Binary | 100110 | 1000011 | 10000101 | 1000111 | 110010 | 0 | 110000 | 11011110 | 111000 | 100010 |
Color Harmonies of #264385
Complementary color
Monochromatic Colors of #264385
Black with #264385
Text Example
Text Example
White with #264385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264385; }
p { color: rgb(38,67,133); }
H1.HeaderClassName
{
color: #264385;
}
.AnyTagClassName
{
color: #264385;
}
</style>
background-color css
<style>
a { background-color: #264385; }
a { background-color: rgb(38,67,133); }
div.DivClassName
{
background-color: #264385;
}
.BgClassName
{
background-color: #264385;
}
</style>
border-color css
<style>
span { border-color: #264385; }
span { border-color: rgb(38,67,133); }
td.TdClassName
{
border-color: #264385;
}
.TagClassName
{
border-color: #264385;
}
</style>