Shades of Curious Blue #448EBB
Tints of Curious Blue #448EBB
RGB
CMYK
RGB Variations
Color information
#448EBB (or 0x448EBB) is known color: Curious Blue. HEX triplet: 44, 8E and BB. RGB value is (68,142,187). Sum of RGB (Red+Green+Blue) = 68+142+187=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #448EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EBB is #BB7144. Grayscale: #7C7C7C. Windows color (decimal): -12284229 or 12291652. OLE color: 12291652.
HSL color Cylindrical-coordinate representation of color #448EBB: hue angle of 202.69º 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 #448EBB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 142 | 187 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.27 |
| HSL | 202.69º | 0.47% | 0.5% | - |
| HSV(B) | 202.69º | 0.64% | 0.73% | - |
| XYZ | 21.03 | 24.16 | 50.57 | - |
| YUV | 125 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 187 | 0.64 | 0.24 | 0 | 0.27 | 202.69 | 0.47 | 0.5 |
| Hex | 44 | 8E | BB | 40 | 18 | 0 | 1B | CB | 2F | 32 |
| Octal | 104 | 216 | 273 | 100 | 30 | 0 | 33 | 313 | 57 | 62 |
| Binary | 1000100 | 10001110 | 10111011 | 1000000 | 11000 | 0 | 11011 | 11001011 | 101111 | 110010 |
Color Harmonies of #448EBB
Complementary color
Monochromatic Colors of #448EBB
Black with #448EBB
Text Example
Text Example
White with #448EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EBB; }
p { color: rgb(68,142,187); }
H1.HeaderClassName
{
color: #448EBB;
}
.AnyTagClassName
{
color: #448EBB;
}
</style>
background-color css
<style>
a { background-color: #448EBB; }
a { background-color: rgb(68,142,187); }
div.DivClassName
{
background-color: #448EBB;
}
.BgClassName
{
background-color: #448EBB;
}
</style>
border-color css
<style>
span { border-color: #448EBB; }
span { border-color: rgb(68,142,187); }
td.TdClassName
{
border-color: #448EBB;
}
.TagClassName
{
border-color: #448EBB;
}
</style>