Shades of Curious Blue #448ABF
Tints of Curious Blue #448ABF
RGB
CMYK
RGB Variations
Color information
#448ABF (or 0x448ABF) is known color: Curious Blue. HEX triplet: 44, 8A and BF. RGB value is (68,138,191). Sum of RGB (Red+Green+Blue) = 68+138+191=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #448ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABF is #BB7540. Grayscale: #7A7A7A. Windows color (decimal): -12285249 or 12552772. OLE color: 12552772.
HSL color Cylindrical-coordinate representation of color #448ABF: hue angle of 205.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448ABF is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 138 | 191 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.25 |
| HSL | 205.85º | 0.49% | 0.51% | - |
| HSV(B) | 205.85º | 0.64% | 0.75% | - |
| XYZ | 20.88 | 23.17 | 52.66 | - |
| YUV | 123.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 191 | 0.64 | 0.28 | 0 | 0.25 | 205.85 | 0.49 | 0.51 |
| Hex | 44 | 8A | BF | 40 | 1C | 0 | 19 | CE | 31 | 33 |
| Octal | 104 | 212 | 277 | 100 | 34 | 0 | 31 | 316 | 61 | 63 |
| Binary | 1000100 | 10001010 | 10111111 | 1000000 | 11100 | 0 | 11001 | 11001110 | 110001 | 110011 |
Color Harmonies of #448ABF
Complementary color
Monochromatic Colors of #448ABF
Black with #448ABF
Text Example
Text Example
White with #448ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ABF; }
p { color: rgb(68,138,191); }
H1.HeaderClassName
{
color: #448ABF;
}
.AnyTagClassName
{
color: #448ABF;
}
</style>
background-color css
<style>
a { background-color: #448ABF; }
a { background-color: rgb(68,138,191); }
div.DivClassName
{
background-color: #448ABF;
}
.BgClassName
{
background-color: #448ABF;
}
</style>
border-color css
<style>
span { border-color: #448ABF; }
span { border-color: rgb(68,138,191); }
td.TdClassName
{
border-color: #448ABF;
}
.TagClassName
{
border-color: #448ABF;
}
</style>