Shades of Curious Blue #4488BA
Tints of Curious Blue #4488BA
RGB
CMYK
RGB Variations
Color information
#4488BA (or 0x4488BA) is known color: Curious Blue. HEX triplet: 44, 88 and BA. RGB value is (68,136,186). Sum of RGB (Red+Green+Blue) = 68+136+186=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #4488BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488BA is #BB7745. Grayscale: #797979. Windows color (decimal): -12285766 or 12224580. OLE color: 12224580.
HSL color Cylindrical-coordinate representation of color #4488BA: hue angle of 205.42º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4488BA is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 136 | 186 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.27 |
| HSL | 205.42º | 0.46% | 0.5% | - |
| HSV(B) | 205.42º | 0.63% | 0.73% | - |
| XYZ | 20.05 | 22.38 | 49.72 | - |
| YUV | 121.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 186 | 0.63 | 0.27 | 0 | 0.27 | 205.42 | 0.46 | 0.5 |
| Hex | 44 | 88 | BA | 3F | 1B | 0 | 1B | CD | 2E | 32 |
| Octal | 104 | 210 | 272 | 77 | 33 | 0 | 33 | 315 | 56 | 62 |
| Binary | 1000100 | 10001000 | 10111010 | 111111 | 11011 | 0 | 11011 | 11001101 | 101110 | 110010 |
Color Harmonies of #4488BA
Complementary color
Monochromatic Colors of #4488BA
Black with #4488BA
Text Example
Text Example
White with #4488BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4488BA; }
p { color: rgb(68,136,186); }
H1.HeaderClassName
{
color: #4488BA;
}
.AnyTagClassName
{
color: #4488BA;
}
</style>
background-color css
<style>
a { background-color: #4488BA; }
a { background-color: rgb(68,136,186); }
div.DivClassName
{
background-color: #4488BA;
}
.BgClassName
{
background-color: #4488BA;
}
</style>
border-color css
<style>
span { border-color: #4488BA; }
span { border-color: rgb(68,136,186); }
td.TdClassName
{
border-color: #4488BA;
}
.TagClassName
{
border-color: #4488BA;
}
</style>