Shades of Fun Blue #23477A
Tints of Fun Blue #23477A
RGB
CMYK
RGB Variations
Color information
#23477A (or 0x23477A) is known color: Fun Blue. HEX triplet: 23, 47 and 7A. RGB value is (35,71,122). Sum of RGB (Red+Green+Blue) = 35+71+122=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #23477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23477A is #DCB885. Grayscale: #414141. Windows color (decimal): -14465158 or 8013603. OLE color: 8013603.
HSL color Cylindrical-coordinate representation of color #23477A: hue angle of 215.17º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23477A is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 71 | 122 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.52 |
| HSL | 215.17º | 0.55% | 0.31% | - |
| HSV(B) | 215.17º | 0.71% | 0.48% | - |
| XYZ | 6.46 | 6.27 | 19.28 | - |
| YUV | 66.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 122 | 0.71 | 0.42 | 0 | 0.52 | 215.17 | 0.55 | 0.31 |
| Hex | 23 | 47 | 7A | 47 | 2A | 0 | 34 | D7 | 37 | 1F |
| Octal | 43 | 107 | 172 | 107 | 52 | 0 | 64 | 327 | 67 | 37 |
| Binary | 100011 | 1000111 | 1111010 | 1000111 | 101010 | 0 | 110100 | 11010111 | 110111 | 11111 |
Color Harmonies of #23477A
Complementary color
Monochromatic Colors of #23477A
Black with #23477A
Text Example
Text Example
White with #23477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23477A; }
p { color: rgb(35,71,122); }
H1.HeaderClassName
{
color: #23477A;
}
.AnyTagClassName
{
color: #23477A;
}
</style>
background-color css
<style>
a { background-color: #23477A; }
a { background-color: rgb(35,71,122); }
div.DivClassName
{
background-color: #23477A;
}
.BgClassName
{
background-color: #23477A;
}
</style>
border-color css
<style>
span { border-color: #23477A; }
span { border-color: rgb(35,71,122); }
td.TdClassName
{
border-color: #23477A;
}
.TagClassName
{
border-color: #23477A;
}
</style>