Shades of Fun Blue #234B85
Tints of Fun Blue #234B85
RGB
CMYK
RGB Variations
Color information
#234B85 (or 0x234B85) is known color: Fun Blue. HEX triplet: 23, 4B and 85. RGB value is (35,75,133). Sum of RGB (Red+Green+Blue) = 35+75+133=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #234B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B85 is #DCB47A. Grayscale: #454545. Windows color (decimal): -14464123 or 8735523. OLE color: 8735523.
HSL color Cylindrical-coordinate representation of color #234B85: hue angle of 215.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234B85 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 75 | 133 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.48 |
| HSL | 215.51º | 0.58% | 0.33% | - |
| HSV(B) | 215.51º | 0.74% | 0.52% | - |
| XYZ | 7.44 | 7.08 | 23.17 | - |
| YUV | 69.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 133 | 0.74 | 0.44 | 0 | 0.48 | 215.51 | 0.58 | 0.33 |
| Hex | 23 | 4B | 85 | 4A | 2C | 0 | 30 | D8 | 3A | 21 |
| Octal | 43 | 113 | 205 | 112 | 54 | 0 | 60 | 330 | 72 | 41 |
| Binary | 100011 | 1001011 | 10000101 | 1001010 | 101100 | 0 | 110000 | 11011000 | 111010 | 100001 |
Color Harmonies of #234B85
Complementary color
Monochromatic Colors of #234B85
Black with #234B85
Text Example
Text Example
White with #234B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B85; }
p { color: rgb(35,75,133); }
H1.HeaderClassName
{
color: #234B85;
}
.AnyTagClassName
{
color: #234B85;
}
</style>
background-color css
<style>
a { background-color: #234B85; }
a { background-color: rgb(35,75,133); }
div.DivClassName
{
background-color: #234B85;
}
.BgClassName
{
background-color: #234B85;
}
</style>
border-color css
<style>
span { border-color: #234B85; }
span { border-color: rgb(35,75,133); }
td.TdClassName
{
border-color: #234B85;
}
.TagClassName
{
border-color: #234B85;
}
</style>