Shades of Curious Blue #448DBA
Tints of Curious Blue #448DBA
RGB
CMYK
RGB Variations
Color information
#448DBA (or 0x448DBA) is known color: Curious Blue. HEX triplet: 44, 8D and BA. RGB value is (68,141,186). Sum of RGB (Red+Green+Blue) = 68+141+186=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #448DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DBA is #BB7245. Grayscale: #7C7C7C. Windows color (decimal): -12284486 or 12225860. OLE color: 12225860.
HSL color Cylindrical-coordinate representation of color #448DBA: hue angle of 202.88º 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 #448DBA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 141 | 186 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.27 |
| HSL | 202.88º | 0.46% | 0.5% | - |
| HSV(B) | 202.88º | 0.63% | 0.73% | - |
| XYZ | 20.77 | 23.82 | 49.96 | - |
| YUV | 124.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 186 | 0.63 | 0.24 | 0 | 0.27 | 202.88 | 0.46 | 0.5 |
| Hex | 44 | 8D | BA | 3F | 18 | 0 | 1B | CB | 2E | 32 |
| Octal | 104 | 215 | 272 | 77 | 30 | 0 | 33 | 313 | 56 | 62 |
| Binary | 1000100 | 10001101 | 10111010 | 111111 | 11000 | 0 | 11011 | 11001011 | 101110 | 110010 |
Color Harmonies of #448DBA
Complementary color
Monochromatic Colors of #448DBA
Black with #448DBA
Text Example
Text Example
White with #448DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DBA; }
p { color: rgb(68,141,186); }
H1.HeaderClassName
{
color: #448DBA;
}
.AnyTagClassName
{
color: #448DBA;
}
</style>
background-color css
<style>
a { background-color: #448DBA; }
a { background-color: rgb(68,141,186); }
div.DivClassName
{
background-color: #448DBA;
}
.BgClassName
{
background-color: #448DBA;
}
</style>
border-color css
<style>
span { border-color: #448DBA; }
span { border-color: rgb(68,141,186); }
td.TdClassName
{
border-color: #448DBA;
}
.TagClassName
{
border-color: #448DBA;
}
</style>