Shades of Curious Blue #448ABB
Tints of Curious Blue #448ABB
RGB
CMYK
RGB Variations
Color information
#448ABB (or 0x448ABB) is known color: Curious Blue. HEX triplet: 44, 8A and BB. RGB value is (68,138,187). Sum of RGB (Red+Green+Blue) = 68+138+187=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #448ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABB is #BB7544. Grayscale: #7A7A7A. Windows color (decimal): -12285253 or 12290628. OLE color: 12290628.
HSL color Cylindrical-coordinate representation of color #448ABB: hue angle of 204.71º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448ABB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 138 | 187 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.27 |
| HSL | 204.71º | 0.47% | 0.5% | - |
| HSV(B) | 204.71º | 0.64% | 0.73% | - |
| XYZ | 20.44 | 22.99 | 50.37 | - |
| YUV | 122.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 187 | 0.64 | 0.26 | 0 | 0.27 | 204.71 | 0.47 | 0.5 |
| Hex | 44 | 8A | BB | 40 | 1A | 0 | 1B | CD | 2F | 32 |
| Octal | 104 | 212 | 273 | 100 | 32 | 0 | 33 | 315 | 57 | 62 |
| Binary | 1000100 | 10001010 | 10111011 | 1000000 | 11010 | 0 | 11011 | 11001101 | 101111 | 110010 |
Color Harmonies of #448ABB
Complementary color
Monochromatic Colors of #448ABB
Black with #448ABB
Text Example
Text Example
White with #448ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ABB; }
p { color: rgb(68,138,187); }
H1.HeaderClassName
{
color: #448ABB;
}
.AnyTagClassName
{
color: #448ABB;
}
</style>
background-color css
<style>
a { background-color: #448ABB; }
a { background-color: rgb(68,138,187); }
div.DivClassName
{
background-color: #448ABB;
}
.BgClassName
{
background-color: #448ABB;
}
</style>
border-color css
<style>
span { border-color: #448ABB; }
span { border-color: rgb(68,138,187); }
td.TdClassName
{
border-color: #448ABB;
}
.TagClassName
{
border-color: #448ABB;
}
</style>