Shades of Fun Blue #234677
Tints of Fun Blue #234677
RGB
CMYK
RGB Variations
Color information
#234677 (or 0x234677) is known color: Fun Blue. HEX triplet: 23, 46 and 77. RGB value is (35,70,119). Sum of RGB (Red+Green+Blue) = 35+70+119=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #234677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234677 is #DCB988. Grayscale: #404040. Windows color (decimal): -14465417 or 7816739. OLE color: 7816739.
HSL color Cylindrical-coordinate representation of color #234677: hue angle of 215º 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 #234677 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 70 | 119 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.53 |
| HSL | 215º | 0.55% | 0.3% | - |
| HSV(B) | 215º | 0.71% | 0.47% | - |
| XYZ | 6.21 | 6.07 | 18.3 | - |
| YUV | 65.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 119 | 0.71 | 0.41 | 0 | 0.53 | 215 | 0.55 | 0.3 |
| Hex | 23 | 46 | 77 | 47 | 29 | 0 | 35 | D7 | 37 | 1E |
| Octal | 43 | 106 | 167 | 107 | 51 | 0 | 65 | 327 | 67 | 36 |
| Binary | 100011 | 1000110 | 1110111 | 1000111 | 101001 | 0 | 110101 | 11010111 | 110111 | 11110 |
Color Harmonies of #234677
Complementary color
Monochromatic Colors of #234677
Black with #234677
Text Example
Text Example
White with #234677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234677; }
p { color: rgb(35,70,119); }
H1.HeaderClassName
{
color: #234677;
}
.AnyTagClassName
{
color: #234677;
}
</style>
background-color css
<style>
a { background-color: #234677; }
a { background-color: rgb(35,70,119); }
div.DivClassName
{
background-color: #234677;
}
.BgClassName
{
background-color: #234677;
}
</style>
border-color css
<style>
span { border-color: #234677; }
span { border-color: rgb(35,70,119); }
td.TdClassName
{
border-color: #234677;
}
.TagClassName
{
border-color: #234677;
}
</style>