Shades of Curious Blue #448BC5
Tints of Curious Blue #448BC5
RGB
CMYK
RGB Variations
Color information
#448BC5 (or 0x448BC5) is known color: Curious Blue. HEX triplet: 44, 8B and C5. RGB value is (68,139,197). Sum of RGB (Red+Green+Blue) = 68+139+197=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #448BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BC5 is #BB743A. Grayscale: #7C7C7C. Windows color (decimal): -12284987 or 12946244. OLE color: 12946244.
HSL color Cylindrical-coordinate representation of color #448BC5: hue angle of 206.98º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448BC5 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 139 | 197 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.23 |
| HSL | 206.98º | 0.53% | 0.52% | - |
| HSV(B) | 206.98º | 0.65% | 0.77% | - |
| XYZ | 21.69 | 23.73 | 56.26 | - |
| YUV | 124.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 197 | 0.65 | 0.29 | 0 | 0.23 | 206.98 | 0.53 | 0.52 |
| Hex | 44 | 8B | C5 | 41 | 1D | 0 | 17 | CF | 35 | 34 |
| Octal | 104 | 213 | 305 | 101 | 35 | 0 | 27 | 317 | 65 | 64 |
| Binary | 1000100 | 10001011 | 11000101 | 1000001 | 11101 | 0 | 10111 | 11001111 | 110101 | 110100 |
Color Harmonies of #448BC5
Complementary color
Monochromatic Colors of #448BC5
Black with #448BC5
Text Example
Text Example
White with #448BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BC5; }
p { color: rgb(68,139,197); }
H1.HeaderClassName
{
color: #448BC5;
}
.AnyTagClassName
{
color: #448BC5;
}
</style>
background-color css
<style>
a { background-color: #448BC5; }
a { background-color: rgb(68,139,197); }
div.DivClassName
{
background-color: #448BC5;
}
.BgClassName
{
background-color: #448BC5;
}
</style>
border-color css
<style>
span { border-color: #448BC5; }
span { border-color: rgb(68,139,197); }
td.TdClassName
{
border-color: #448BC5;
}
.TagClassName
{
border-color: #448BC5;
}
</style>