Shades of Fun Blue #274681
Tints of Fun Blue #274681
RGB
CMYK
RGB Variations
Color information
#274681 (or 0x274681) is known color: Fun Blue. HEX triplet: 27, 46 and 81. RGB value is (39,70,129). Sum of RGB (Red+Green+Blue) = 39+70+129=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #274681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274681 is #D8B97E. Grayscale: #434343. Windows color (decimal): -14203263 or 8472103. OLE color: 8472103.
HSL color Cylindrical-coordinate representation of color #274681: hue angle of 219.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #274681 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 70 | 129 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.49 |
| HSL | 219.33º | 0.54% | 0.33% | - |
| HSV(B) | 219.33º | 0.7% | 0.51% | - |
| XYZ | 6.99 | 6.4 | 21.64 | - |
| YUV | 67.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 129 | 0.70 | 0.46 | 0 | 0.49 | 219.33 | 0.54 | 0.33 |
| Hex | 27 | 46 | 81 | 46 | 2E | 0 | 31 | DB | 36 | 21 |
| Octal | 47 | 106 | 201 | 106 | 56 | 0 | 61 | 333 | 66 | 41 |
| Binary | 100111 | 1000110 | 10000001 | 1000110 | 101110 | 0 | 110001 | 11011011 | 110110 | 100001 |
Color Harmonies of #274681
Complementary color
Monochromatic Colors of #274681
Black with #274681
Text Example
Text Example
White with #274681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274681; }
p { color: rgb(39,70,129); }
H1.HeaderClassName
{
color: #274681;
}
.AnyTagClassName
{
color: #274681;
}
</style>
background-color css
<style>
a { background-color: #274681; }
a { background-color: rgb(39,70,129); }
div.DivClassName
{
background-color: #274681;
}
.BgClassName
{
background-color: #274681;
}
</style>
border-color css
<style>
span { border-color: #274681; }
span { border-color: rgb(39,70,129); }
td.TdClassName
{
border-color: #274681;
}
.TagClassName
{
border-color: #274681;
}
</style>