Shades of Curious Blue #448CC6
Tints of Curious Blue #448CC6
RGB
CMYK
RGB Variations
Color information
#448CC6 (or 0x448CC6) is known color: Curious Blue. HEX triplet: 44, 8C and C6. RGB value is (68,140,198). Sum of RGB (Red+Green+Blue) = 68+140+198=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #448CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CC6 is #BB7339. Grayscale: #7C7C7C. Windows color (decimal): -12284730 or 13012036. OLE color: 13012036.
HSL color Cylindrical-coordinate representation of color #448CC6: hue angle of 206.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448CC6 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 140 | 198 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.22 |
| HSL | 206.77º | 0.53% | 0.52% | - |
| HSV(B) | 206.77º | 0.66% | 0.78% | - |
| XYZ | 21.96 | 24.06 | 56.91 | - |
| YUV | 125.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 140 | 198 | 0.66 | 0.29 | 0 | 0.22 | 206.77 | 0.53 | 0.52 |
| Hex | 44 | 8C | C6 | 42 | 1D | 0 | 16 | CF | 35 | 34 |
| Octal | 104 | 214 | 306 | 102 | 35 | 0 | 26 | 317 | 65 | 64 |
| Binary | 1000100 | 10001100 | 11000110 | 1000010 | 11101 | 0 | 10110 | 11001111 | 110101 | 110100 |
Color Harmonies of #448CC6
Complementary color
Monochromatic Colors of #448CC6
Black with #448CC6
Text Example
Text Example
White with #448CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448CC6; }
p { color: rgb(68,140,198); }
H1.HeaderClassName
{
color: #448CC6;
}
.AnyTagClassName
{
color: #448CC6;
}
</style>
background-color css
<style>
a { background-color: #448CC6; }
a { background-color: rgb(68,140,198); }
div.DivClassName
{
background-color: #448CC6;
}
.BgClassName
{
background-color: #448CC6;
}
</style>
border-color css
<style>
span { border-color: #448CC6; }
span { border-color: rgb(68,140,198); }
td.TdClassName
{
border-color: #448CC6;
}
.TagClassName
{
border-color: #448CC6;
}
</style>