Shades of Curious Blue #448ABC
Tints of Curious Blue #448ABC
RGB
CMYK
RGB Variations
Color information
#448ABC (or 0x448ABC) is known color: Curious Blue. HEX triplet: 44, 8A and BC. RGB value is (68,138,188). Sum of RGB (Red+Green+Blue) = 68+138+188=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #448ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABC is #BB7543. Grayscale: #7A7A7A. Windows color (decimal): -12285252 or 12356164. OLE color: 12356164.
HSL color Cylindrical-coordinate representation of color #448ABC: hue angle of 205º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448ABC is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 138 | 188 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.26 |
| HSL | 205º | 0.47% | 0.5% | - |
| HSV(B) | 205º | 0.64% | 0.74% | - |
| XYZ | 20.55 | 23.04 | 50.94 | - |
| YUV | 122.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 188 | 0.64 | 0.27 | 0 | 0.26 | 205 | 0.47 | 0.5 |
| Hex | 44 | 8A | BC | 40 | 1B | 0 | 1A | CD | 2F | 32 |
| Octal | 104 | 212 | 274 | 100 | 33 | 0 | 32 | 315 | 57 | 62 |
| Binary | 1000100 | 10001010 | 10111100 | 1000000 | 11011 | 0 | 11010 | 11001101 | 101111 | 110010 |
Color Harmonies of #448ABC
Complementary color
Monochromatic Colors of #448ABC
Black with #448ABC
Text Example
Text Example
White with #448ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ABC; }
p { color: rgb(68,138,188); }
H1.HeaderClassName
{
color: #448ABC;
}
.AnyTagClassName
{
color: #448ABC;
}
</style>
background-color css
<style>
a { background-color: #448ABC; }
a { background-color: rgb(68,138,188); }
div.DivClassName
{
background-color: #448ABC;
}
.BgClassName
{
background-color: #448ABC;
}
</style>
border-color css
<style>
span { border-color: #448ABC; }
span { border-color: rgb(68,138,188); }
td.TdClassName
{
border-color: #448ABC;
}
.TagClassName
{
border-color: #448ABC;
}
</style>