Shades of Fun Blue #365383
Tints of Fun Blue #365383
RGB
CMYK
RGB Variations
Color information
#365383 (or 0x365383) is known color: Fun Blue. HEX triplet: 36, 53 and 83. RGB value is (54,83,131). Sum of RGB (Red+Green+Blue) = 54+83+131=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 83 (32.81% from 255 or 30.97% 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 #365383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365383 is #C9AC7C. Grayscale: #4F4F4F. Windows color (decimal): -13216893 or 8606518. OLE color: 8606518.
HSL color Cylindrical-coordinate representation of color #365383: hue angle of 217.4º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365383 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 83 | 131 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.49 |
| HSL | 217.4º | 0.42% | 0.36% | - |
| HSV(B) | 217.4º | 0.59% | 0.51% | - |
| XYZ | 8.71 | 8.61 | 22.68 | - |
| YUV | 79.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 131 | 0.59 | 0.37 | 0 | 0.49 | 217.4 | 0.42 | 0.36 |
| Hex | 36 | 53 | 83 | 3B | 25 | 0 | 31 | D9 | 2A | 24 |
| Octal | 66 | 123 | 203 | 73 | 45 | 0 | 61 | 331 | 52 | 44 |
| Binary | 110110 | 1010011 | 10000011 | 111011 | 100101 | 0 | 110001 | 11011001 | 101010 | 100100 |
Color Harmonies of #365383
Complementary color
Monochromatic Colors of #365383
Black with #365383
Text Example
Text Example
White with #365383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365383; }
p { color: rgb(54,83,131); }
H1.HeaderClassName
{
color: #365383;
}
.AnyTagClassName
{
color: #365383;
}
</style>
background-color css
<style>
a { background-color: #365383; }
a { background-color: rgb(54,83,131); }
div.DivClassName
{
background-color: #365383;
}
.BgClassName
{
background-color: #365383;
}
</style>
border-color css
<style>
span { border-color: #365383; }
span { border-color: rgb(54,83,131); }
td.TdClassName
{
border-color: #365383;
}
.TagClassName
{
border-color: #365383;
}
</style>