Shades of Fun Blue #23467A
Tints of Fun Blue #23467A
RGB
CMYK
RGB Variations
Color information
#23467A (or 0x23467A) is known color: Fun Blue. HEX triplet: 23, 46 and 7A. RGB value is (35,70,122). Sum of RGB (Red+Green+Blue) = 35+70+122=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #23467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23467A is #DCB985. Grayscale: #414141. Windows color (decimal): -14465414 or 8013347. OLE color: 8013347.
HSL color Cylindrical-coordinate representation of color #23467A: hue angle of 215.86º 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 #23467A is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 70 | 122 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.52 |
| HSL | 215.86º | 0.55% | 0.31% | - |
| HSV(B) | 215.86º | 0.71% | 0.48% | - |
| XYZ | 6.4 | 6.14 | 19.26 | - |
| YUV | 65.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 122 | 0.71 | 0.43 | 0 | 0.52 | 215.86 | 0.55 | 0.31 |
| Hex | 23 | 46 | 7A | 47 | 2B | 0 | 34 | D8 | 37 | 1F |
| Octal | 43 | 106 | 172 | 107 | 53 | 0 | 64 | 330 | 67 | 37 |
| Binary | 100011 | 1000110 | 1111010 | 1000111 | 101011 | 0 | 110100 | 11011000 | 110111 | 11111 |
Color Harmonies of #23467A
Complementary color
Monochromatic Colors of #23467A
Black with #23467A
Text Example
Text Example
White with #23467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23467A; }
p { color: rgb(35,70,122); }
H1.HeaderClassName
{
color: #23467A;
}
.AnyTagClassName
{
color: #23467A;
}
</style>
background-color css
<style>
a { background-color: #23467A; }
a { background-color: rgb(35,70,122); }
div.DivClassName
{
background-color: #23467A;
}
.BgClassName
{
background-color: #23467A;
}
</style>
border-color css
<style>
span { border-color: #23467A; }
span { border-color: rgb(35,70,122); }
td.TdClassName
{
border-color: #23467A;
}
.TagClassName
{
border-color: #23467A;
}
</style>