Shades of Fun Blue #234382
Tints of Fun Blue #234382
RGB
CMYK
RGB Variations
Color information
#234382 (or 0x234382) is known color: Fun Blue. HEX triplet: 23, 43 and 82. RGB value is (35,67,130). Sum of RGB (Red+Green+Blue) = 35+67+130=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #234382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234382 is #DCBC7D. Grayscale: #404040. Windows color (decimal): -14466174 or 8536867. OLE color: 8536867.
HSL color Cylindrical-coordinate representation of color #234382: hue angle of 219.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #234382 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 67 | 130 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.49 |
| HSL | 219.79º | 0.58% | 0.32% | - |
| HSV(B) | 219.79º | 0.73% | 0.51% | - |
| XYZ | 6.73 | 5.98 | 21.92 | - |
| YUV | 64.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 130 | 0.73 | 0.48 | 0 | 0.49 | 219.79 | 0.58 | 0.32 |
| Hex | 23 | 43 | 82 | 49 | 30 | 0 | 31 | DC | 3A | 20 |
| Octal | 43 | 103 | 202 | 111 | 60 | 0 | 61 | 334 | 72 | 40 |
| Binary | 100011 | 1000011 | 10000010 | 1001001 | 110000 | 0 | 110001 | 11011100 | 111010 | 100000 |
Color Harmonies of #234382
Complementary color
Monochromatic Colors of #234382
Black with #234382
Text Example
Text Example
White with #234382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234382; }
p { color: rgb(35,67,130); }
H1.HeaderClassName
{
color: #234382;
}
.AnyTagClassName
{
color: #234382;
}
</style>
background-color css
<style>
a { background-color: #234382; }
a { background-color: rgb(35,67,130); }
div.DivClassName
{
background-color: #234382;
}
.BgClassName
{
background-color: #234382;
}
</style>
border-color css
<style>
span { border-color: #234382; }
span { border-color: rgb(35,67,130); }
td.TdClassName
{
border-color: #234382;
}
.TagClassName
{
border-color: #234382;
}
</style>