Shades of Fun Blue #2D4783
Tints of Fun Blue #2D4783
RGB
CMYK
RGB Variations
Color information
#2D4783 (or 0x2D4783) is known color: Fun Blue. HEX triplet: 2D, 47 and 83. RGB value is (45,71,131). Sum of RGB (Red+Green+Blue) = 45+71+131=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D4783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4783 is #D2B87C. Grayscale: #454545. Windows color (decimal): -13809789 or 8603437. OLE color: 8603437.
HSL color Cylindrical-coordinate representation of color #2D4783: hue angle of 221.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4783 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 71 | 131 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.49 |
| HSL | 221.86º | 0.49% | 0.35% | - |
| HSV(B) | 221.86º | 0.66% | 0.51% | - |
| XYZ | 7.43 | 6.7 | 22.37 | - |
| YUV | 70.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 131 | 0.66 | 0.46 | 0 | 0.49 | 221.86 | 0.49 | 0.35 |
| Hex | 2D | 47 | 83 | 42 | 2E | 0 | 31 | DE | 31 | 23 |
| Octal | 55 | 107 | 203 | 102 | 56 | 0 | 61 | 336 | 61 | 43 |
| Binary | 101101 | 1000111 | 10000011 | 1000010 | 101110 | 0 | 110001 | 11011110 | 110001 | 100011 |
Color Harmonies of #2D4783
Complementary color
Monochromatic Colors of #2D4783
Black with #2D4783
Text Example
Text Example
White with #2D4783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4783; }
p { color: rgb(45,71,131); }
H1.HeaderClassName
{
color: #2D4783;
}
.AnyTagClassName
{
color: #2D4783;
}
</style>
background-color css
<style>
a { background-color: #2D4783; }
a { background-color: rgb(45,71,131); }
div.DivClassName
{
background-color: #2D4783;
}
.BgClassName
{
background-color: #2D4783;
}
</style>
border-color css
<style>
span { border-color: #2D4783; }
span { border-color: rgb(45,71,131); }
td.TdClassName
{
border-color: #2D4783;
}
.TagClassName
{
border-color: #2D4783;
}
</style>