Shades of Curious Blue #448BBE
Tints of Curious Blue #448BBE
RGB
CMYK
RGB Variations
Color information
#448BBE (or 0x448BBE) is known color: Curious Blue. HEX triplet: 44, 8B and BE. RGB value is (68,139,190). Sum of RGB (Red+Green+Blue) = 68+139+190=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #448BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBE is #BB7441. Grayscale: #7B7B7B. Windows color (decimal): -12284994 or 12487492. OLE color: 12487492.
HSL color Cylindrical-coordinate representation of color #448BBE: hue angle of 205.08º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448BBE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 139 | 190 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.25 |
| HSL | 205.08º | 0.48% | 0.51% | - |
| HSV(B) | 205.08º | 0.64% | 0.75% | - |
| XYZ | 20.91 | 23.41 | 52.13 | - |
| YUV | 123.59 | 165.48 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 139 | 190 | 0.64 | 0.27 | 0 | 0.25 | 205.08 | 0.48 | 0.51 |
| Hex | 44 | 8B | BE | 40 | 1B | 0 | 19 | CD | 30 | 33 |
| Octal | 104 | 213 | 276 | 100 | 33 | 0 | 31 | 315 | 60 | 63 |
| Binary | 1000100 | 10001011 | 10111110 | 1000000 | 11011 | 0 | 11001 | 11001101 | 110000 | 110011 |
Color Harmonies of #448BBE
Complementary color
Monochromatic Colors of #448BBE
Black with #448BBE
Text Example
Text Example
White with #448BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448BBE; }
p { color: rgb(68,139,190); }
H1.HeaderClassName
{
color: #448BBE;
}
.AnyTagClassName
{
color: #448BBE;
}
</style>
background-color css
<style>
a { background-color: #448BBE; }
a { background-color: rgb(68,139,190); }
div.DivClassName
{
background-color: #448BBE;
}
.BgClassName
{
background-color: #448BBE;
}
</style>
border-color css
<style>
span { border-color: #448BBE; }
span { border-color: rgb(68,139,190); }
td.TdClassName
{
border-color: #448BBE;
}
.TagClassName
{
border-color: #448BBE;
}
</style>