Shades of Fun Blue #23468C
Tints of Fun Blue #23468C
RGB
CMYK
RGB Variations
Color information
#23468C (or 0x23468C) is known color: Fun Blue. HEX triplet: 23, 46 and 8C. RGB value is (35,70,140). Sum of RGB (Red+Green+Blue) = 35+70+140=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #23468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23468C is #DCB973. Grayscale: #434343. Windows color (decimal): -14465396 or 9192995. OLE color: 9192995.
HSL color Cylindrical-coordinate representation of color #23468C: hue angle of 220º 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 #23468C is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 70 | 140 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.45 |
| HSL | 220º | 0.6% | 0.34% | - |
| HSV(B) | 220º | 0.75% | 0.55% | - |
| XYZ | 7.62 | 6.63 | 25.69 | - |
| YUV | 67.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 140 | 0.75 | 0.50 | 0 | 0.45 | 220 | 0.6 | 0.34 |
| Hex | 23 | 46 | 8C | 4B | 32 | 0 | 2D | DC | 3C | 22 |
| Octal | 43 | 106 | 214 | 113 | 62 | 0 | 55 | 334 | 74 | 42 |
| Binary | 100011 | 1000110 | 10001100 | 1001011 | 110010 | 0 | 101101 | 11011100 | 111100 | 100010 |
Color Harmonies of #23468C
Complementary color
Monochromatic Colors of #23468C
Black with #23468C
Text Example
Text Example
White with #23468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23468C; }
p { color: rgb(35,70,140); }
H1.HeaderClassName
{
color: #23468C;
}
.AnyTagClassName
{
color: #23468C;
}
</style>
background-color css
<style>
a { background-color: #23468C; }
a { background-color: rgb(35,70,140); }
div.DivClassName
{
background-color: #23468C;
}
.BgClassName
{
background-color: #23468C;
}
</style>
border-color css
<style>
span { border-color: #23468C; }
span { border-color: rgb(35,70,140); }
td.TdClassName
{
border-color: #23468C;
}
.TagClassName
{
border-color: #23468C;
}
</style>