Shades of Curious Blue #448ABA
Tints of Curious Blue #448ABA
RGB
CMYK
RGB Variations
Color information
#448ABA (or 0x448ABA) is known color: Curious Blue. HEX triplet: 44, 8A and BA. RGB value is (68,138,186). Sum of RGB (Red+Green+Blue) = 68+138+186=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #448ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABA is #BB7545. Grayscale: #7A7A7A. Windows color (decimal): -12285254 or 12225092. OLE color: 12225092.
HSL color Cylindrical-coordinate representation of color #448ABA: hue angle of 204.41º 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 #448ABA is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 138 | 186 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.27 |
| HSL | 204.41º | 0.46% | 0.5% | - |
| HSV(B) | 204.41º | 0.63% | 0.73% | - |
| XYZ | 20.34 | 22.95 | 49.81 | - |
| YUV | 122.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 186 | 0.63 | 0.26 | 0 | 0.27 | 204.41 | 0.46 | 0.5 |
| Hex | 44 | 8A | BA | 3F | 1A | 0 | 1B | CC | 2E | 32 |
| Octal | 104 | 212 | 272 | 77 | 32 | 0 | 33 | 314 | 56 | 62 |
| Binary | 1000100 | 10001010 | 10111010 | 111111 | 11010 | 0 | 11011 | 11001100 | 101110 | 110010 |
Color Harmonies of #448ABA
Complementary color
Monochromatic Colors of #448ABA
Black with #448ABA
Text Example
Text Example
White with #448ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ABA; }
p { color: rgb(68,138,186); }
H1.HeaderClassName
{
color: #448ABA;
}
.AnyTagClassName
{
color: #448ABA;
}
</style>
background-color css
<style>
a { background-color: #448ABA; }
a { background-color: rgb(68,138,186); }
div.DivClassName
{
background-color: #448ABA;
}
.BgClassName
{
background-color: #448ABA;
}
</style>
border-color css
<style>
span { border-color: #448ABA; }
span { border-color: rgb(68,138,186); }
td.TdClassName
{
border-color: #448ABA;
}
.TagClassName
{
border-color: #448ABA;
}
</style>