Shades of Fun Blue #284283
Tints of Fun Blue #284283
RGB
CMYK
RGB Variations
Color information
#284283 (or 0x284283) is known color: Fun Blue. HEX triplet: 28, 42 and 83. RGB value is (40,66,131). Sum of RGB (Red+Green+Blue) = 40+66+131=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #284283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284283 is #D7BD7C. Grayscale: #414141. Windows color (decimal): -14138749 or 8602152. OLE color: 8602152.
HSL color Cylindrical-coordinate representation of color #284283: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284283 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 66 | 131 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.49 |
| HSL | 222.86º | 0.53% | 0.34% | - |
| HSV(B) | 222.86º | 0.69% | 0.51% | - |
| XYZ | 6.92 | 5.99 | 22.26 | - |
| YUV | 65.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 131 | 0.69 | 0.50 | 0 | 0.49 | 222.86 | 0.53 | 0.34 |
| Hex | 28 | 42 | 83 | 45 | 32 | 0 | 31 | DF | 35 | 22 |
| Octal | 50 | 102 | 203 | 105 | 62 | 0 | 61 | 337 | 65 | 42 |
| Binary | 101000 | 1000010 | 10000011 | 1000101 | 110010 | 0 | 110001 | 11011111 | 110101 | 100010 |
Color Harmonies of #284283
Complementary color
Monochromatic Colors of #284283
Black with #284283
Text Example
Text Example
White with #284283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284283; }
p { color: rgb(40,66,131); }
H1.HeaderClassName
{
color: #284283;
}
.AnyTagClassName
{
color: #284283;
}
</style>
background-color css
<style>
a { background-color: #284283; }
a { background-color: rgb(40,66,131); }
div.DivClassName
{
background-color: #284283;
}
.BgClassName
{
background-color: #284283;
}
</style>
border-color css
<style>
span { border-color: #284283; }
span { border-color: rgb(40,66,131); }
td.TdClassName
{
border-color: #284283;
}
.TagClassName
{
border-color: #284283;
}
</style>