Shades of Fun Blue #234577
Tints of Fun Blue #234577
RGB
CMYK
RGB Variations
Color information
#234577 (or 0x234577) is known color: Fun Blue. HEX triplet: 23, 45 and 77. RGB value is (35,69,119). Sum of RGB (Red+Green+Blue) = 35+69+119=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #234577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234577 is #DCBA88. Grayscale: #404040. Windows color (decimal): -14465673 or 7816483. OLE color: 7816483.
HSL color Cylindrical-coordinate representation of color #234577: hue angle of 215.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234577 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 69 | 119 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.53 |
| HSL | 215.71º | 0.55% | 0.3% | - |
| HSV(B) | 215.71º | 0.71% | 0.47% | - |
| XYZ | 6.15 | 5.95 | 18.28 | - |
| YUV | 64.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 119 | 0.71 | 0.42 | 0 | 0.53 | 215.71 | 0.55 | 0.3 |
| Hex | 23 | 45 | 77 | 47 | 2A | 0 | 35 | D8 | 37 | 1E |
| Octal | 43 | 105 | 167 | 107 | 52 | 0 | 65 | 330 | 67 | 36 |
| Binary | 100011 | 1000101 | 1110111 | 1000111 | 101010 | 0 | 110101 | 11011000 | 110111 | 11110 |
Color Harmonies of #234577
Complementary color
Monochromatic Colors of #234577
Black with #234577
Text Example
Text Example
White with #234577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234577; }
p { color: rgb(35,69,119); }
H1.HeaderClassName
{
color: #234577;
}
.AnyTagClassName
{
color: #234577;
}
</style>
background-color css
<style>
a { background-color: #234577; }
a { background-color: rgb(35,69,119); }
div.DivClassName
{
background-color: #234577;
}
.BgClassName
{
background-color: #234577;
}
</style>
border-color css
<style>
span { border-color: #234577; }
span { border-color: rgb(35,69,119); }
td.TdClassName
{
border-color: #234577;
}
.TagClassName
{
border-color: #234577;
}
</style>