Shades of Curious Blue #448DB6
Tints of Curious Blue #448DB6
RGB
CMYK
RGB Variations
Color information
#448DB6 (or 0x448DB6) is known color: Curious Blue. HEX triplet: 44, 8D and B6. RGB value is (68,141,182). Sum of RGB (Red+Green+Blue) = 68+141+182=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #448DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DB6 is #BB7249. Grayscale: #7B7B7B. Windows color (decimal): -12284490 or 11963716. OLE color: 11963716.
HSL color Cylindrical-coordinate representation of color #448DB6: hue angle of 201.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448DB6 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 141 | 182 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.29 |
| HSL | 201.58º | 0.46% | 0.49% | - |
| HSV(B) | 201.58º | 0.63% | 0.71% | - |
| XYZ | 20.35 | 23.66 | 47.75 | - |
| YUV | 123.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 182 | 0.63 | 0.23 | 0 | 0.29 | 201.58 | 0.46 | 0.49 |
| Hex | 44 | 8D | B6 | 3F | 17 | 0 | 1D | CA | 2E | 31 |
| Octal | 104 | 215 | 266 | 77 | 27 | 0 | 35 | 312 | 56 | 61 |
| Binary | 1000100 | 10001101 | 10110110 | 111111 | 10111 | 0 | 11101 | 11001010 | 101110 | 110001 |
Color Harmonies of #448DB6
Complementary color
Monochromatic Colors of #448DB6
Black with #448DB6
Text Example
Text Example
White with #448DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DB6; }
p { color: rgb(68,141,182); }
H1.HeaderClassName
{
color: #448DB6;
}
.AnyTagClassName
{
color: #448DB6;
}
</style>
background-color css
<style>
a { background-color: #448DB6; }
a { background-color: rgb(68,141,182); }
div.DivClassName
{
background-color: #448DB6;
}
.BgClassName
{
background-color: #448DB6;
}
</style>
border-color css
<style>
span { border-color: #448DB6; }
span { border-color: rgb(68,141,182); }
td.TdClassName
{
border-color: #448DB6;
}
.TagClassName
{
border-color: #448DB6;
}
</style>