Shades of Curious Blue #448DC1
Tints of Curious Blue #448DC1
RGB
CMYK
RGB Variations
Color information
#448DC1 (or 0x448DC1) is known color: Curious Blue. HEX triplet: 44, 8D and C1. RGB value is (68,141,193). Sum of RGB (Red+Green+Blue) = 68+141+193=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #448DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DC1 is #BB723E. Grayscale: #7C7C7C. Windows color (decimal): -12284479 or 12684612. OLE color: 12684612.
HSL color Cylindrical-coordinate representation of color #448DC1: hue angle of 204.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448DC1 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 141 | 193 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.24 |
| HSL | 204.96º | 0.5% | 0.51% | - |
| HSV(B) | 204.96º | 0.65% | 0.76% | - |
| XYZ | 21.53 | 24.13 | 53.97 | - |
| YUV | 125.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 193 | 0.65 | 0.27 | 0 | 0.24 | 204.96 | 0.5 | 0.51 |
| Hex | 44 | 8D | C1 | 41 | 1B | 0 | 18 | CD | 32 | 33 |
| Octal | 104 | 215 | 301 | 101 | 33 | 0 | 30 | 315 | 62 | 63 |
| Binary | 1000100 | 10001101 | 11000001 | 1000001 | 11011 | 0 | 11000 | 11001101 | 110010 | 110011 |
Color Harmonies of #448DC1
Complementary color
Monochromatic Colors of #448DC1
Black with #448DC1
Text Example
Text Example
White with #448DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448DC1; }
p { color: rgb(68,141,193); }
H1.HeaderClassName
{
color: #448DC1;
}
.AnyTagClassName
{
color: #448DC1;
}
</style>
background-color css
<style>
a { background-color: #448DC1; }
a { background-color: rgb(68,141,193); }
div.DivClassName
{
background-color: #448DC1;
}
.BgClassName
{
background-color: #448DC1;
}
</style>
border-color css
<style>
span { border-color: #448DC1; }
span { border-color: rgb(68,141,193); }
td.TdClassName
{
border-color: #448DC1;
}
.TagClassName
{
border-color: #448DC1;
}
</style>