Shades of Fun Blue #23457E
Tints of Fun Blue #23457E
RGB
CMYK
RGB Variations
Color information
#23457E (or 0x23457E) is known color: Fun Blue. HEX triplet: 23, 45 and 7E. RGB value is (35,69,126). Sum of RGB (Red+Green+Blue) = 35+69+126=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #23457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23457E is #DCBA81. Grayscale: #414141. Windows color (decimal): -14465666 or 8275235. OLE color: 8275235.
HSL color Cylindrical-coordinate representation of color #23457E: hue angle of 217.58º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23457E is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 69 | 126 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.51 |
| HSL | 217.58º | 0.57% | 0.32% | - |
| HSV(B) | 217.58º | 0.72% | 0.49% | - |
| XYZ | 6.59 | 6.12 | 20.57 | - |
| YUV | 65.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 126 | 0.72 | 0.45 | 0 | 0.51 | 217.58 | 0.57 | 0.32 |
| Hex | 23 | 45 | 7E | 48 | 2D | 0 | 33 | DA | 39 | 20 |
| Octal | 43 | 105 | 176 | 110 | 55 | 0 | 63 | 332 | 71 | 40 |
| Binary | 100011 | 1000101 | 1111110 | 1001000 | 101101 | 0 | 110011 | 11011010 | 111001 | 100000 |
Color Harmonies of #23457E
Complementary color
Monochromatic Colors of #23457E
Black with #23457E
Text Example
Text Example
White with #23457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23457E; }
p { color: rgb(35,69,126); }
H1.HeaderClassName
{
color: #23457E;
}
.AnyTagClassName
{
color: #23457E;
}
</style>
background-color css
<style>
a { background-color: #23457E; }
a { background-color: rgb(35,69,126); }
div.DivClassName
{
background-color: #23457E;
}
.BgClassName
{
background-color: #23457E;
}
</style>
border-color css
<style>
span { border-color: #23457E; }
span { border-color: rgb(35,69,126); }
td.TdClassName
{
border-color: #23457E;
}
.TagClassName
{
border-color: #23457E;
}
</style>