Shades of Curious Blue #448EC2
Tints of Curious Blue #448EC2
RGB
CMYK
RGB Variations
Color information
#448EC2 (or 0x448EC2) is known color: Curious Blue. HEX triplet: 44, 8E and C2. RGB value is (68,142,194). Sum of RGB (Red+Green+Blue) = 68+142+194=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #448EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EC2 is #BB713D. Grayscale: #7D7D7D. Windows color (decimal): -12284222 or 12750404. OLE color: 12750404.
HSL color Cylindrical-coordinate representation of color #448EC2: hue angle of 204.76º degrees, saturation: 0.51, 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 #448EC2 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 142 | 194 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.24 |
| HSL | 204.76º | 0.51% | 0.51% | - |
| HSV(B) | 204.76º | 0.65% | 0.76% | - |
| XYZ | 21.79 | 24.47 | 54.61 | - |
| YUV | 125.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 194 | 0.65 | 0.27 | 0 | 0.24 | 204.76 | 0.51 | 0.51 |
| Hex | 44 | 8E | C2 | 41 | 1B | 0 | 18 | CD | 33 | 33 |
| Octal | 104 | 216 | 302 | 101 | 33 | 0 | 30 | 315 | 63 | 63 |
| Binary | 1000100 | 10001110 | 11000010 | 1000001 | 11011 | 0 | 11000 | 11001101 | 110011 | 110011 |
Color Harmonies of #448EC2
Complementary color
Monochromatic Colors of #448EC2
Black with #448EC2
Text Example
Text Example
White with #448EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448EC2; }
p { color: rgb(68,142,194); }
H1.HeaderClassName
{
color: #448EC2;
}
.AnyTagClassName
{
color: #448EC2;
}
</style>
background-color css
<style>
a { background-color: #448EC2; }
a { background-color: rgb(68,142,194); }
div.DivClassName
{
background-color: #448EC2;
}
.BgClassName
{
background-color: #448EC2;
}
</style>
border-color css
<style>
span { border-color: #448EC2; }
span { border-color: rgb(68,142,194); }
td.TdClassName
{
border-color: #448EC2;
}
.TagClassName
{
border-color: #448EC2;
}
</style>