Shades of Fun Blue #2D4784
Tints of Fun Blue #2D4784
RGB
CMYK
RGB Variations
Color information
#2D4784 (or 0x2D4784) is known color: Fun Blue. HEX triplet: 2D, 47 and 84. RGB value is (45,71,132). Sum of RGB (Red+Green+Blue) = 45+71+132=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D4784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4784 is #D2B87B. Grayscale: #454545. Windows color (decimal): -13809788 or 8668973. OLE color: 8668973.
HSL color Cylindrical-coordinate representation of color #2D4784: hue angle of 222.07º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4784 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 71 | 132 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.48 |
| HSL | 222.07º | 0.49% | 0.35% | - |
| HSV(B) | 222.07º | 0.66% | 0.52% | - |
| XYZ | 7.5 | 6.73 | 22.73 | - |
| YUV | 70.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 132 | 0.66 | 0.46 | 0 | 0.48 | 222.07 | 0.49 | 0.35 |
| Hex | 2D | 47 | 84 | 42 | 2E | 0 | 30 | DE | 31 | 23 |
| Octal | 55 | 107 | 204 | 102 | 56 | 0 | 60 | 336 | 61 | 43 |
| Binary | 101101 | 1000111 | 10000100 | 1000010 | 101110 | 0 | 110000 | 11011110 | 110001 | 100011 |
Color Harmonies of #2D4784
Complementary color
Monochromatic Colors of #2D4784
Black with #2D4784
Text Example
Text Example
White with #2D4784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4784; }
p { color: rgb(45,71,132); }
H1.HeaderClassName
{
color: #2D4784;
}
.AnyTagClassName
{
color: #2D4784;
}
</style>
background-color css
<style>
a { background-color: #2D4784; }
a { background-color: rgb(45,71,132); }
div.DivClassName
{
background-color: #2D4784;
}
.BgClassName
{
background-color: #2D4784;
}
</style>
border-color css
<style>
span { border-color: #2D4784; }
span { border-color: rgb(45,71,132); }
td.TdClassName
{
border-color: #2D4784;
}
.TagClassName
{
border-color: #2D4784;
}
</style>