Shades of Curious Blue #448BBA
Tints of Curious Blue #448BBA
RGB
CMYK
RGB Variations
Color information
#448BBA (or 0x448BBA) is known color: Curious Blue. HEX triplet: 44, 8B and BA. RGB value is (68,139,186). Sum of RGB (Red+Green+Blue) = 68+139+186=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #448BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBA is #BB7445. Grayscale: #7A7A7A. Windows color (decimal): -12284998 or 12225348. OLE color: 12225348.
HSL color Cylindrical-coordinate representation of color #448BBA: hue angle of 203.9º 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 #448BBA is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 139 | 186 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.27 |
| HSL | 203.9º | 0.46% | 0.5% | - |
| HSV(B) | 203.9º | 0.63% | 0.73% | - |
| XYZ | 20.48 | 23.24 | 49.86 | - |
| YUV | 123.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 186 | 0.63 | 0.25 | 0 | 0.27 | 203.9 | 0.46 | 0.5 |
| Hex | 44 | 8B | BA | 3F | 19 | 0 | 1B | CC | 2E | 32 |
| Octal | 104 | 213 | 272 | 77 | 31 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000100 | 10001011 | 10111010 | 111111 | 11001 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #448BBA
Complementary color
Monochromatic Colors of #448BBA
Black with #448BBA
Text Example
Text Example
White with #448BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BBA; }
p { color: rgb(68,139,186); }
H1.HeaderClassName
{
color: #448BBA;
}
.AnyTagClassName
{
color: #448BBA;
}
</style>
background-color css
<style>
a { background-color: #448BBA; }
a { background-color: rgb(68,139,186); }
div.DivClassName
{
background-color: #448BBA;
}
.BgClassName
{
background-color: #448BBA;
}
</style>
border-color css
<style>
span { border-color: #448BBA; }
span { border-color: rgb(68,139,186); }
td.TdClassName
{
border-color: #448BBA;
}
.TagClassName
{
border-color: #448BBA;
}
</style>