Shades of Fun Blue #234283
Tints of Fun Blue #234283
RGB
CMYK
RGB Variations
Color information
#234283 (or 0x234283) is known color: Fun Blue. HEX triplet: 23, 42 and 83. RGB value is (35,66,131). Sum of RGB (Red+Green+Blue) = 35+66+131=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #234283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234283 is #DCBD7C. Grayscale: #3F3F3F. Windows color (decimal): -14466429 or 8602147. OLE color: 8602147.
HSL color Cylindrical-coordinate representation of color #234283: hue angle of 220.62º 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 #234283 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 66 | 131 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.49 |
| HSL | 220.63º | 0.58% | 0.33% | - |
| HSV(B) | 220.63º | 0.73% | 0.51% | - |
| XYZ | 6.74 | 5.89 | 22.25 | - |
| YUV | 64.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 131 | 0.73 | 0.50 | 0 | 0.49 | 220.63 | 0.58 | 0.33 |
| Hex | 23 | 42 | 83 | 49 | 32 | 0 | 31 | DD | 3A | 21 |
| Octal | 43 | 102 | 203 | 111 | 62 | 0 | 61 | 335 | 72 | 41 |
| Binary | 100011 | 1000010 | 10000011 | 1001001 | 110010 | 0 | 110001 | 11011101 | 111010 | 100001 |
Color Harmonies of #234283
Complementary color
Monochromatic Colors of #234283
Black with #234283
Text Example
Text Example
White with #234283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234283; }
p { color: rgb(35,66,131); }
H1.HeaderClassName
{
color: #234283;
}
.AnyTagClassName
{
color: #234283;
}
</style>
background-color css
<style>
a { background-color: #234283; }
a { background-color: rgb(35,66,131); }
div.DivClassName
{
background-color: #234283;
}
.BgClassName
{
background-color: #234283;
}
</style>
border-color css
<style>
span { border-color: #234283; }
span { border-color: rgb(35,66,131); }
td.TdClassName
{
border-color: #234283;
}
.TagClassName
{
border-color: #234283;
}
</style>