Shades of Fun Blue #23478A
Tints of Fun Blue #23478A
RGB
CMYK
RGB Variations
Color information
#23478A (or 0x23478A) is known color: Fun Blue. HEX triplet: 23, 47 and 8A. RGB value is (35,71,138). Sum of RGB (Red+Green+Blue) = 35+71+138=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #23478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23478A is #DCB875. Grayscale: #434343. Windows color (decimal): -14465142 or 9062179. OLE color: 9062179.
HSL color Cylindrical-coordinate representation of color #23478A: hue angle of 219.03º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23478A is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 71 | 138 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.46 |
| HSL | 219.03º | 0.6% | 0.34% | - |
| HSV(B) | 219.03º | 0.75% | 0.54% | - |
| XYZ | 7.53 | 6.7 | 24.94 | - |
| YUV | 67.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 138 | 0.75 | 0.49 | 0 | 0.46 | 219.03 | 0.6 | 0.34 |
| Hex | 23 | 47 | 8A | 4B | 31 | 0 | 2E | DB | 3C | 22 |
| Octal | 43 | 107 | 212 | 113 | 61 | 0 | 56 | 333 | 74 | 42 |
| Binary | 100011 | 1000111 | 10001010 | 1001011 | 110001 | 0 | 101110 | 11011011 | 111100 | 100010 |
Color Harmonies of #23478A
Complementary color
Monochromatic Colors of #23478A
Black with #23478A
Text Example
Text Example
White with #23478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23478A; }
p { color: rgb(35,71,138); }
H1.HeaderClassName
{
color: #23478A;
}
.AnyTagClassName
{
color: #23478A;
}
</style>
background-color css
<style>
a { background-color: #23478A; }
a { background-color: rgb(35,71,138); }
div.DivClassName
{
background-color: #23478A;
}
.BgClassName
{
background-color: #23478A;
}
</style>
border-color css
<style>
span { border-color: #23478A; }
span { border-color: rgb(35,71,138); }
td.TdClassName
{
border-color: #23478A;
}
.TagClassName
{
border-color: #23478A;
}
</style>