Shades of Curious Blue #448AB9
Tints of Curious Blue #448AB9
RGB
CMYK
RGB Variations
Color information
#448AB9 (or 0x448AB9) is known color: Curious Blue. HEX triplet: 44, 8A and B9. RGB value is (68,138,185). Sum of RGB (Red+Green+Blue) = 68+138+185=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #448AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AB9 is #BB7546. Grayscale: #7A7A7A. Windows color (decimal): -12285255 or 12159556. OLE color: 12159556.
HSL color Cylindrical-coordinate representation of color #448AB9: hue angle of 204.1º 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 #448AB9 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 138 | 185 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.27 |
| HSL | 204.1º | 0.46% | 0.5% | - |
| HSV(B) | 204.1º | 0.63% | 0.73% | - |
| XYZ | 20.23 | 22.91 | 49.25 | - |
| YUV | 122.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 185 | 0.63 | 0.25 | 0 | 0.27 | 204.1 | 0.46 | 0.5 |
| Hex | 44 | 8A | B9 | 3F | 19 | 0 | 1B | CC | 2E | 32 |
| Octal | 104 | 212 | 271 | 77 | 31 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000100 | 10001010 | 10111001 | 111111 | 11001 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #448AB9
Complementary color
Monochromatic Colors of #448AB9
Black with #448AB9
Text Example
Text Example
White with #448AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448AB9; }
p { color: rgb(68,138,185); }
H1.HeaderClassName
{
color: #448AB9;
}
.AnyTagClassName
{
color: #448AB9;
}
</style>
background-color css
<style>
a { background-color: #448AB9; }
a { background-color: rgb(68,138,185); }
div.DivClassName
{
background-color: #448AB9;
}
.BgClassName
{
background-color: #448AB9;
}
</style>
border-color css
<style>
span { border-color: #448AB9; }
span { border-color: rgb(68,138,185); }
td.TdClassName
{
border-color: #448AB9;
}
.TagClassName
{
border-color: #448AB9;
}
</style>