Shades of Curious Blue #448CC0
Tints of Curious Blue #448CC0
RGB
CMYK
RGB Variations
Color information
#448CC0 (or 0x448CC0) is known color: Curious Blue. HEX triplet: 44, 8C and C0. RGB value is (68,140,192). Sum of RGB (Red+Green+Blue) = 68+140+192=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #448CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CC0 is #BB733F. Grayscale: #7C7C7C. Windows color (decimal): -12284736 or 12618820. OLE color: 12618820.
HSL color Cylindrical-coordinate representation of color #448CC0: hue angle of 205.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448CC0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 140 | 192 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 205.16º | 0.5% | 0.51% | - |
| HSV(B) | 205.16º | 0.65% | 0.75% | - |
| XYZ | 21.28 | 23.79 | 53.34 | - |
| YUV | 124.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 192 | 0.65 | 0.27 | 0 | 0.25 | 205.16 | 0.5 | 0.51 |
| Hex | 44 | 8C | C0 | 41 | 1B | 0 | 19 | CD | 32 | 33 |
| Octal | 104 | 214 | 300 | 101 | 33 | 0 | 31 | 315 | 62 | 63 |
| Binary | 1000100 | 10001100 | 11000000 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110010 | 110011 |
Color Harmonies of #448CC0
Complementary color
Monochromatic Colors of #448CC0
Black with #448CC0
Text Example
Text Example
White with #448CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CC0; }
p { color: rgb(68,140,192); }
H1.HeaderClassName
{
color: #448CC0;
}
.AnyTagClassName
{
color: #448CC0;
}
</style>
background-color css
<style>
a { background-color: #448CC0; }
a { background-color: rgb(68,140,192); }
div.DivClassName
{
background-color: #448CC0;
}
.BgClassName
{
background-color: #448CC0;
}
</style>
border-color css
<style>
span { border-color: #448CC0; }
span { border-color: rgb(68,140,192); }
td.TdClassName
{
border-color: #448CC0;
}
.TagClassName
{
border-color: #448CC0;
}
</style>