Shades of Fun Blue #27488A
Tints of Fun Blue #27488A
RGB
CMYK
RGB Variations
Color information
#27488A (or 0x27488A) is known color: Fun Blue. HEX triplet: 27, 48 and 8A. RGB value is (39,72,138). Sum of RGB (Red+Green+Blue) = 39+72+138=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #27488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27488A is #D8B775. Grayscale: #454545. Windows color (decimal): -14202742 or 9062439. OLE color: 9062439.
HSL color Cylindrical-coordinate representation of color #27488A: hue angle of 220º degrees, saturation: 0.56, 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 #27488A is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 72 | 138 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.46 |
| HSL | 220º | 0.56% | 0.35% | - |
| HSV(B) | 220º | 0.72% | 0.54% | - |
| XYZ | 7.74 | 6.9 | 24.97 | - |
| YUV | 69.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 138 | 0.72 | 0.48 | 0 | 0.46 | 220 | 0.56 | 0.35 |
| Hex | 27 | 48 | 8A | 48 | 30 | 0 | 2E | DC | 38 | 23 |
| Octal | 47 | 110 | 212 | 110 | 60 | 0 | 56 | 334 | 70 | 43 |
| Binary | 100111 | 1001000 | 10001010 | 1001000 | 110000 | 0 | 101110 | 11011100 | 111000 | 100011 |
Color Harmonies of #27488A
Complementary color
Monochromatic Colors of #27488A
Black with #27488A
Text Example
Text Example
White with #27488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27488A; }
p { color: rgb(39,72,138); }
H1.HeaderClassName
{
color: #27488A;
}
.AnyTagClassName
{
color: #27488A;
}
</style>
background-color css
<style>
a { background-color: #27488A; }
a { background-color: rgb(39,72,138); }
div.DivClassName
{
background-color: #27488A;
}
.BgClassName
{
background-color: #27488A;
}
</style>
border-color css
<style>
span { border-color: #27488A; }
span { border-color: rgb(39,72,138); }
td.TdClassName
{
border-color: #27488A;
}
.TagClassName
{
border-color: #27488A;
}
</style>