Shades of Curious Blue #4488BC
Tints of Curious Blue #4488BC
RGB
CMYK
RGB Variations
Color information
#4488BC (or 0x4488BC) is known color: Curious Blue. HEX triplet: 44, 88 and BC. RGB value is (68,136,188). Sum of RGB (Red+Green+Blue) = 68+136+188=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #4488BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488BC is #BB7743. Grayscale: #797979. Windows color (decimal): -12285764 or 12355652. OLE color: 12355652.
HSL color Cylindrical-coordinate representation of color #4488BC: hue angle of 206º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4488BC is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 136 | 188 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.26 |
| HSL | 206º | 0.47% | 0.5% | - |
| HSV(B) | 206º | 0.64% | 0.74% | - |
| XYZ | 20.27 | 22.47 | 50.85 | - |
| YUV | 121.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 188 | 0.64 | 0.28 | 0 | 0.26 | 206 | 0.47 | 0.5 |
| Hex | 44 | 88 | BC | 40 | 1C | 0 | 1A | CE | 2F | 32 |
| Octal | 104 | 210 | 274 | 100 | 34 | 0 | 32 | 316 | 57 | 62 |
| Binary | 1000100 | 10001000 | 10111100 | 1000000 | 11100 | 0 | 11010 | 11001110 | 101111 | 110010 |
Color Harmonies of #4488BC
Complementary color
Monochromatic Colors of #4488BC
Black with #4488BC
Text Example
Text Example
White with #4488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4488BC; }
p { color: rgb(68,136,188); }
H1.HeaderClassName
{
color: #4488BC;
}
.AnyTagClassName
{
color: #4488BC;
}
</style>
background-color css
<style>
a { background-color: #4488BC; }
a { background-color: rgb(68,136,188); }
div.DivClassName
{
background-color: #4488BC;
}
.BgClassName
{
background-color: #4488BC;
}
</style>
border-color css
<style>
span { border-color: #4488BC; }
span { border-color: rgb(68,136,188); }
td.TdClassName
{
border-color: #4488BC;
}
.TagClassName
{
border-color: #4488BC;
}
</style>