Shades of Fun Blue #254782
Tints of Fun Blue #254782
RGB
CMYK
RGB Variations
Color information
#254782 (or 0x254782) is known color: Fun Blue. HEX triplet: 25, 47 and 82. RGB value is (37,71,130). Sum of RGB (Red+Green+Blue) = 37+71+130=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #254782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254782 is #DAB87D. Grayscale: #434343. Windows color (decimal): -14334078 or 8537893. OLE color: 8537893.
HSL color Cylindrical-coordinate representation of color #254782: hue angle of 218.06º 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 #254782 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 71 | 130 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.49 |
| HSL | 218.06º | 0.56% | 0.33% | - |
| HSV(B) | 218.06º | 0.72% | 0.51% | - |
| XYZ | 7.05 | 6.51 | 22 | - |
| YUV | 67.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 130 | 0.72 | 0.45 | 0 | 0.49 | 218.06 | 0.56 | 0.33 |
| Hex | 25 | 47 | 82 | 48 | 2D | 0 | 31 | DA | 38 | 21 |
| Octal | 45 | 107 | 202 | 110 | 55 | 0 | 61 | 332 | 70 | 41 |
| Binary | 100101 | 1000111 | 10000010 | 1001000 | 101101 | 0 | 110001 | 11011010 | 111000 | 100001 |
Color Harmonies of #254782
Complementary color
Monochromatic Colors of #254782
Black with #254782
Text Example
Text Example
White with #254782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254782; }
p { color: rgb(37,71,130); }
H1.HeaderClassName
{
color: #254782;
}
.AnyTagClassName
{
color: #254782;
}
</style>
background-color css
<style>
a { background-color: #254782; }
a { background-color: rgb(37,71,130); }
div.DivClassName
{
background-color: #254782;
}
.BgClassName
{
background-color: #254782;
}
</style>
border-color css
<style>
span { border-color: #254782; }
span { border-color: rgb(37,71,130); }
td.TdClassName
{
border-color: #254782;
}
.TagClassName
{
border-color: #254782;
}
</style>