Shades of Fun Blue #23448B
Tints of Fun Blue #23448B
RGB
CMYK
RGB Variations
Color information
#23448B (or 0x23448B) is known color: Fun Blue. HEX triplet: 23, 44 and 8B. RGB value is (35,68,139). Sum of RGB (Red+Green+Blue) = 35+68+139=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #23448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23448B is #DCBB74. Grayscale: #414141. Windows color (decimal): -14465909 or 9126947. OLE color: 9126947.
HSL color Cylindrical-coordinate representation of color #23448B: hue angle of 220.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23448B is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 68 | 139 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.45 |
| HSL | 220.96º | 0.6% | 0.34% | - |
| HSV(B) | 220.96º | 0.75% | 0.55% | - |
| XYZ | 7.42 | 6.36 | 25.26 | - |
| YUV | 66.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 139 | 0.75 | 0.51 | 0 | 0.45 | 220.96 | 0.6 | 0.34 |
| Hex | 23 | 44 | 8B | 4B | 33 | 0 | 2D | DD | 3C | 22 |
| Octal | 43 | 104 | 213 | 113 | 63 | 0 | 55 | 335 | 74 | 42 |
| Binary | 100011 | 1000100 | 10001011 | 1001011 | 110011 | 0 | 101101 | 11011101 | 111100 | 100010 |
Color Harmonies of #23448B
Complementary color
Monochromatic Colors of #23448B
Black with #23448B
Text Example
Text Example
White with #23448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23448B; }
p { color: rgb(35,68,139); }
H1.HeaderClassName
{
color: #23448B;
}
.AnyTagClassName
{
color: #23448B;
}
</style>
background-color css
<style>
a { background-color: #23448B; }
a { background-color: rgb(35,68,139); }
div.DivClassName
{
background-color: #23448B;
}
.BgClassName
{
background-color: #23448B;
}
</style>
border-color css
<style>
span { border-color: #23448B; }
span { border-color: rgb(35,68,139); }
td.TdClassName
{
border-color: #23448B;
}
.TagClassName
{
border-color: #23448B;
}
</style>