Shades of Curious Blue #448ACC
Tints of Curious Blue #448ACC
RGB
CMYK
RGB Variations
Color information
#448ACC (or 0x448ACC) is known color: Curious Blue. HEX triplet: 44, 8A and CC. RGB value is (68,138,204). Sum of RGB (Red+Green+Blue) = 68+138+204=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #448ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACC is #BB7533. Grayscale: #7C7C7C. Windows color (decimal): -12285236 or 13404740. OLE color: 13404740.
HSL color Cylindrical-coordinate representation of color #448ACC: hue angle of 209.12º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448ACC is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 138 | 204 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.2 |
| HSL | 209.12º | 0.57% | 0.53% | - |
| HSV(B) | 209.12º | 0.67% | 0.8% | - |
| XYZ | 22.37 | 23.77 | 60.53 | - |
| YUV | 124.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 204 | 0.67 | 0.32 | 0 | 0.2 | 209.12 | 0.57 | 0.53 |
| Hex | 44 | 8A | CC | 43 | 20 | 0 | 14 | D1 | 39 | 35 |
| Octal | 104 | 212 | 314 | 103 | 40 | 0 | 24 | 321 | 71 | 65 |
| Binary | 1000100 | 10001010 | 11001100 | 1000011 | 100000 | 0 | 10100 | 11010001 | 111001 | 110101 |
Color Harmonies of #448ACC
Complementary color
Monochromatic Colors of #448ACC
Black with #448ACC
Text Example
Text Example
White with #448ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448ACC; }
p { color: rgb(68,138,204); }
H1.HeaderClassName
{
color: #448ACC;
}
.AnyTagClassName
{
color: #448ACC;
}
</style>
background-color css
<style>
a { background-color: #448ACC; }
a { background-color: rgb(68,138,204); }
div.DivClassName
{
background-color: #448ACC;
}
.BgClassName
{
background-color: #448ACC;
}
</style>
border-color css
<style>
span { border-color: #448ACC; }
span { border-color: rgb(68,138,204); }
td.TdClassName
{
border-color: #448ACC;
}
.TagClassName
{
border-color: #448ACC;
}
</style>