Shades of Fun Blue #23488A
Tints of Fun Blue #23488A
RGB
CMYK
RGB Variations
Color information
#23488A (or 0x23488A) is known color: Fun Blue. HEX triplet: 23, 48 and 8A. RGB value is (35,72,138). Sum of RGB (Red+Green+Blue) = 35+72+138=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #23488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23488A is #DCB775. Grayscale: #444444. Windows color (decimal): -14464886 or 9062435. OLE color: 9062435.
HSL color Cylindrical-coordinate representation of color #23488A: hue angle of 218.45º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23488A is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 72 | 138 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.46 |
| HSL | 218.45º | 0.6% | 0.34% | - |
| HSV(B) | 218.45º | 0.75% | 0.54% | - |
| XYZ | 7.6 | 6.83 | 24.96 | - |
| YUV | 68.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 138 | 0.75 | 0.48 | 0 | 0.46 | 218.45 | 0.6 | 0.34 |
| Hex | 23 | 48 | 8A | 4B | 30 | 0 | 2E | DA | 3C | 22 |
| Octal | 43 | 110 | 212 | 113 | 60 | 0 | 56 | 332 | 74 | 42 |
| Binary | 100011 | 1001000 | 10001010 | 1001011 | 110000 | 0 | 101110 | 11011010 | 111100 | 100010 |
Color Harmonies of #23488A
Complementary color
Monochromatic Colors of #23488A
Black with #23488A
Text Example
Text Example
White with #23488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23488A; }
p { color: rgb(35,72,138); }
H1.HeaderClassName
{
color: #23488A;
}
.AnyTagClassName
{
color: #23488A;
}
</style>
background-color css
<style>
a { background-color: #23488A; }
a { background-color: rgb(35,72,138); }
div.DivClassName
{
background-color: #23488A;
}
.BgClassName
{
background-color: #23488A;
}
</style>
border-color css
<style>
span { border-color: #23488A; }
span { border-color: rgb(35,72,138); }
td.TdClassName
{
border-color: #23488A;
}
.TagClassName
{
border-color: #23488A;
}
</style>