Shades of Fun Blue #23447C
Tints of Fun Blue #23447C
RGB
CMYK
RGB Variations
Color information
#23447C (or 0x23447C) is known color: Fun Blue. HEX triplet: 23, 44 and 7C. RGB value is (35,68,124). Sum of RGB (Red+Green+Blue) = 35+68+124=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #23447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23447C is #DCBB83. Grayscale: #404040. Windows color (decimal): -14465924 or 8143907. OLE color: 8143907.
HSL color Cylindrical-coordinate representation of color #23447C: hue angle of 217.75º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23447C is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 68 | 124 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.51 |
| HSL | 217.75º | 0.56% | 0.31% | - |
| HSV(B) | 217.75º | 0.72% | 0.49% | - |
| XYZ | 6.4 | 5.95 | 19.88 | - |
| YUV | 64.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 124 | 0.72 | 0.45 | 0 | 0.51 | 217.75 | 0.56 | 0.31 |
| Hex | 23 | 44 | 7C | 48 | 2D | 0 | 33 | DA | 38 | 1F |
| Octal | 43 | 104 | 174 | 110 | 55 | 0 | 63 | 332 | 70 | 37 |
| Binary | 100011 | 1000100 | 1111100 | 1001000 | 101101 | 0 | 110011 | 11011010 | 111000 | 11111 |
Color Harmonies of #23447C
Complementary color
Monochromatic Colors of #23447C
Black with #23447C
Text Example
Text Example
White with #23447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23447C; }
p { color: rgb(35,68,124); }
H1.HeaderClassName
{
color: #23447C;
}
.AnyTagClassName
{
color: #23447C;
}
</style>
background-color css
<style>
a { background-color: #23447C; }
a { background-color: rgb(35,68,124); }
div.DivClassName
{
background-color: #23447C;
}
.BgClassName
{
background-color: #23447C;
}
</style>
border-color css
<style>
span { border-color: #23447C; }
span { border-color: rgb(35,68,124); }
td.TdClassName
{
border-color: #23447C;
}
.TagClassName
{
border-color: #23447C;
}
</style>