Shades of Fun Blue #375283
Tints of Fun Blue #375283
RGB
CMYK
RGB Variations
Color information
#375283 (or 0x375283) is known color: Fun Blue. HEX triplet: 37, 52 and 83. RGB value is (55,82,131). Sum of RGB (Red+Green+Blue) = 55+82+131=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #375283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375283 is #C8AD7C. Grayscale: #4F4F4F. Windows color (decimal): -13151613 or 8606263. OLE color: 8606263.
HSL color Cylindrical-coordinate representation of color #375283: hue angle of 218.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #375283 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 82 | 131 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.49 |
| HSL | 218.68º | 0.41% | 0.36% | - |
| HSV(B) | 218.68º | 0.58% | 0.51% | - |
| XYZ | 8.69 | 8.49 | 22.65 | - |
| YUV | 79.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 131 | 0.58 | 0.37 | 0 | 0.49 | 218.68 | 0.41 | 0.36 |
| Hex | 37 | 52 | 83 | 3A | 25 | 0 | 31 | DB | 29 | 24 |
| Octal | 67 | 122 | 203 | 72 | 45 | 0 | 61 | 333 | 51 | 44 |
| Binary | 110111 | 1010010 | 10000011 | 111010 | 100101 | 0 | 110001 | 11011011 | 101001 | 100100 |
Color Harmonies of #375283
Complementary color
Monochromatic Colors of #375283
Black with #375283
Text Example
Text Example
White with #375283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375283; }
p { color: rgb(55,82,131); }
H1.HeaderClassName
{
color: #375283;
}
.AnyTagClassName
{
color: #375283;
}
</style>
background-color css
<style>
a { background-color: #375283; }
a { background-color: rgb(55,82,131); }
div.DivClassName
{
background-color: #375283;
}
.BgClassName
{
background-color: #375283;
}
</style>
border-color css
<style>
span { border-color: #375283; }
span { border-color: rgb(55,82,131); }
td.TdClassName
{
border-color: #375283;
}
.TagClassName
{
border-color: #375283;
}
</style>