Shades of Fun Blue #23498B
Tints of Fun Blue #23498B
RGB
CMYK
RGB Variations
Color information
#23498B (or 0x23498B) is known color: Fun Blue. HEX triplet: 23, 49 and 8B. RGB value is (35,73,139). Sum of RGB (Red+Green+Blue) = 35+73+139=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #23498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23498B is #DCB674. Grayscale: #444444. Windows color (decimal): -14464629 or 9128227. OLE color: 9128227.
HSL color Cylindrical-coordinate representation of color #23498B: hue angle of 218.08º 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 #23498B is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 73 | 139 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.45 |
| HSL | 218.08º | 0.6% | 0.34% | - |
| HSV(B) | 218.08º | 0.75% | 0.55% | - |
| XYZ | 7.74 | 6.99 | 25.37 | - |
| YUV | 69.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 139 | 0.75 | 0.47 | 0 | 0.45 | 218.08 | 0.6 | 0.34 |
| Hex | 23 | 49 | 8B | 4B | 2F | 0 | 2D | DA | 3C | 22 |
| Octal | 43 | 111 | 213 | 113 | 57 | 0 | 55 | 332 | 74 | 42 |
| Binary | 100011 | 1001001 | 10001011 | 1001011 | 101111 | 0 | 101101 | 11011010 | 111100 | 100010 |
Color Harmonies of #23498B
Complementary color
Monochromatic Colors of #23498B
Black with #23498B
Text Example
Text Example
White with #23498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23498B; }
p { color: rgb(35,73,139); }
H1.HeaderClassName
{
color: #23498B;
}
.AnyTagClassName
{
color: #23498B;
}
</style>
background-color css
<style>
a { background-color: #23498B; }
a { background-color: rgb(35,73,139); }
div.DivClassName
{
background-color: #23498B;
}
.BgClassName
{
background-color: #23498B;
}
</style>
border-color css
<style>
span { border-color: #23498B; }
span { border-color: rgb(35,73,139); }
td.TdClassName
{
border-color: #23498B;
}
.TagClassName
{
border-color: #23498B;
}
</style>