Shades of Fun Blue #23487B
Tints of Fun Blue #23487B
RGB
CMYK
RGB Variations
Color information
#23487B (or 0x23487B) is known color: Fun Blue. HEX triplet: 23, 48 and 7B. RGB value is (35,72,123). Sum of RGB (Red+Green+Blue) = 35+72+123=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #23487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23487B is #DCB784. Grayscale: #424242. Windows color (decimal): -14464901 or 8079395. OLE color: 8079395.
HSL color Cylindrical-coordinate representation of color #23487B: hue angle of 214.77º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23487B is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 72 | 123 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.52 |
| HSL | 214.77º | 0.56% | 0.31% | - |
| HSV(B) | 214.77º | 0.72% | 0.48% | - |
| XYZ | 6.59 | 6.42 | 19.63 | - |
| YUV | 66.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 123 | 0.72 | 0.41 | 0 | 0.52 | 214.77 | 0.56 | 0.31 |
| Hex | 23 | 48 | 7B | 48 | 29 | 0 | 34 | D7 | 38 | 1F |
| Octal | 43 | 110 | 173 | 110 | 51 | 0 | 64 | 327 | 70 | 37 |
| Binary | 100011 | 1001000 | 1111011 | 1001000 | 101001 | 0 | 110100 | 11010111 | 111000 | 11111 |
Color Harmonies of #23487B
Complementary color
Monochromatic Colors of #23487B
Black with #23487B
Text Example
Text Example
White with #23487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23487B; }
p { color: rgb(35,72,123); }
H1.HeaderClassName
{
color: #23487B;
}
.AnyTagClassName
{
color: #23487B;
}
</style>
background-color css
<style>
a { background-color: #23487B; }
a { background-color: rgb(35,72,123); }
div.DivClassName
{
background-color: #23487B;
}
.BgClassName
{
background-color: #23487B;
}
</style>
border-color css
<style>
span { border-color: #23487B; }
span { border-color: rgb(35,72,123); }
td.TdClassName
{
border-color: #23487B;
}
.TagClassName
{
border-color: #23487B;
}
</style>