Shades of Curious Blue #448BBB
Tints of Curious Blue #448BBB
RGB
CMYK
RGB Variations
Color information
#448BBB (or 0x448BBB) is known color: Curious Blue. HEX triplet: 44, 8B and BB. RGB value is (68,139,187). Sum of RGB (Red+Green+Blue) = 68+139+187=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #448BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBB is #BB7444. Grayscale: #7A7A7A. Windows color (decimal): -12284997 or 12290884. OLE color: 12290884.
HSL color Cylindrical-coordinate representation of color #448BBB: hue angle of 204.2º 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 #448BBB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 139 | 187 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.27 |
| HSL | 204.2º | 0.47% | 0.5% | - |
| HSV(B) | 204.2º | 0.64% | 0.73% | - |
| XYZ | 20.59 | 23.28 | 50.42 | - |
| YUV | 123.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 187 | 0.64 | 0.26 | 0 | 0.27 | 204.2 | 0.47 | 0.5 |
| Hex | 44 | 8B | BB | 40 | 1A | 0 | 1B | CC | 2F | 32 |
| Octal | 104 | 213 | 273 | 100 | 32 | 0 | 33 | 314 | 57 | 62 |
| Binary | 1000100 | 10001011 | 10111011 | 1000000 | 11010 | 0 | 11011 | 11001100 | 101111 | 110010 |
Color Harmonies of #448BBB
Complementary color
Monochromatic Colors of #448BBB
Black with #448BBB
Text Example
Text Example
White with #448BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BBB; }
p { color: rgb(68,139,187); }
H1.HeaderClassName
{
color: #448BBB;
}
.AnyTagClassName
{
color: #448BBB;
}
</style>
background-color css
<style>
a { background-color: #448BBB; }
a { background-color: rgb(68,139,187); }
div.DivClassName
{
background-color: #448BBB;
}
.BgClassName
{
background-color: #448BBB;
}
</style>
border-color css
<style>
span { border-color: #448BBB; }
span { border-color: rgb(68,139,187); }
td.TdClassName
{
border-color: #448BBB;
}
.TagClassName
{
border-color: #448BBB;
}
</style>