Shades of Fun Blue #254783
Tints of Fun Blue #254783
RGB
CMYK
RGB Variations
Color information
#254783 (or 0x254783) is known color: Fun Blue. HEX triplet: 25, 47 and 83. RGB value is (37,71,131). Sum of RGB (Red+Green+Blue) = 37+71+131=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #254783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254783 is #DAB87C. Grayscale: #434343. Windows color (decimal): -14334077 or 8603429. OLE color: 8603429.
HSL color Cylindrical-coordinate representation of color #254783: hue angle of 218.3º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254783 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 71 | 131 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.49 |
| HSL | 218.3º | 0.56% | 0.33% | - |
| HSV(B) | 218.3º | 0.72% | 0.51% | - |
| XYZ | 7.11 | 6.54 | 22.36 | - |
| YUV | 67.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 131 | 0.72 | 0.46 | 0 | 0.49 | 218.3 | 0.56 | 0.33 |
| Hex | 25 | 47 | 83 | 48 | 2E | 0 | 31 | DA | 38 | 21 |
| Octal | 45 | 107 | 203 | 110 | 56 | 0 | 61 | 332 | 70 | 41 |
| Binary | 100101 | 1000111 | 10000011 | 1001000 | 101110 | 0 | 110001 | 11011010 | 111000 | 100001 |
Color Harmonies of #254783
Complementary color
Monochromatic Colors of #254783
Black with #254783
Text Example
Text Example
White with #254783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254783; }
p { color: rgb(37,71,131); }
H1.HeaderClassName
{
color: #254783;
}
.AnyTagClassName
{
color: #254783;
}
</style>
background-color css
<style>
a { background-color: #254783; }
a { background-color: rgb(37,71,131); }
div.DivClassName
{
background-color: #254783;
}
.BgClassName
{
background-color: #254783;
}
</style>
border-color css
<style>
span { border-color: #254783; }
span { border-color: rgb(37,71,131); }
td.TdClassName
{
border-color: #254783;
}
.TagClassName
{
border-color: #254783;
}
</style>