Shades of Fun Blue #254382
Tints of Fun Blue #254382
RGB
CMYK
RGB Variations
Color information
#254382 (or 0x254382) is known color: Fun Blue. HEX triplet: 25, 43 and 82. RGB value is (37,67,130). Sum of RGB (Red+Green+Blue) = 37+67+130=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #254382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254382 is #DABC7D. Grayscale: #404040. Windows color (decimal): -14335102 or 8536869. OLE color: 8536869.
HSL color Cylindrical-coordinate representation of color #254382: hue angle of 220.65º 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 #254382 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 67 | 130 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.49 |
| HSL | 220.65º | 0.56% | 0.33% | - |
| HSV(B) | 220.65º | 0.72% | 0.51% | - |
| XYZ | 6.8 | 6.02 | 21.92 | - |
| YUV | 65.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 130 | 0.72 | 0.48 | 0 | 0.49 | 220.65 | 0.56 | 0.33 |
| Hex | 25 | 43 | 82 | 48 | 30 | 0 | 31 | DD | 38 | 21 |
| Octal | 45 | 103 | 202 | 110 | 60 | 0 | 61 | 335 | 70 | 41 |
| Binary | 100101 | 1000011 | 10000010 | 1001000 | 110000 | 0 | 110001 | 11011101 | 111000 | 100001 |
Color Harmonies of #254382
Complementary color
Monochromatic Colors of #254382
Black with #254382
Text Example
Text Example
White with #254382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254382; }
p { color: rgb(37,67,130); }
H1.HeaderClassName
{
color: #254382;
}
.AnyTagClassName
{
color: #254382;
}
</style>
background-color css
<style>
a { background-color: #254382; }
a { background-color: rgb(37,67,130); }
div.DivClassName
{
background-color: #254382;
}
.BgClassName
{
background-color: #254382;
}
</style>
border-color css
<style>
span { border-color: #254382; }
span { border-color: rgb(37,67,130); }
td.TdClassName
{
border-color: #254382;
}
.TagClassName
{
border-color: #254382;
}
</style>