Shades of Fun Blue #234183
Tints of Fun Blue #234183
RGB
CMYK
RGB Variations
Color information
#234183 (or 0x234183) is known color: Fun Blue. HEX triplet: 23, 41 and 83. RGB value is (35,65,131). Sum of RGB (Red+Green+Blue) = 35+65+131=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #234183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234183 is #DCBE7C. Grayscale: #3F3F3F. Windows color (decimal): -14466685 or 8601891. OLE color: 8601891.
HSL color Cylindrical-coordinate representation of color #234183: hue angle of 221.25º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234183 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 65 | 131 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.49 |
| HSL | 221.25º | 0.58% | 0.33% | - |
| HSV(B) | 221.25º | 0.73% | 0.51% | - |
| XYZ | 6.68 | 5.78 | 22.24 | - |
| YUV | 63.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 131 | 0.73 | 0.50 | 0 | 0.49 | 221.25 | 0.58 | 0.33 |
| Hex | 23 | 41 | 83 | 49 | 32 | 0 | 31 | DD | 3A | 21 |
| Octal | 43 | 101 | 203 | 111 | 62 | 0 | 61 | 335 | 72 | 41 |
| Binary | 100011 | 1000001 | 10000011 | 1001001 | 110010 | 0 | 110001 | 11011101 | 111010 | 100001 |
Color Harmonies of #234183
Complementary color
Monochromatic Colors of #234183
Black with #234183
Text Example
Text Example
White with #234183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234183; }
p { color: rgb(35,65,131); }
H1.HeaderClassName
{
color: #234183;
}
.AnyTagClassName
{
color: #234183;
}
</style>
background-color css
<style>
a { background-color: #234183; }
a { background-color: rgb(35,65,131); }
div.DivClassName
{
background-color: #234183;
}
.BgClassName
{
background-color: #234183;
}
</style>
border-color css
<style>
span { border-color: #234183; }
span { border-color: rgb(35,65,131); }
td.TdClassName
{
border-color: #234183;
}
.TagClassName
{
border-color: #234183;
}
</style>