Shades of Curious Blue #408BC1
Tints of Curious Blue #408BC1
RGB
CMYK
RGB Variations
Color information
#408BC1 (or 0x408BC1) is known color: Curious Blue. HEX triplet: 40, 8B and C1. RGB value is (64,139,193). Sum of RGB (Red+Green+Blue) = 64+139+193=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #408BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BC1 is #BF743E. Grayscale: #7A7A7A. Windows color (decimal): -12547135 or 12684096. OLE color: 12684096.
HSL color Cylindrical-coordinate representation of color #408BC1: hue angle of 205.12º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408BC1 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 139 | 193 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.24 |
| HSL | 205.12º | 0.51% | 0.5% | - |
| HSV(B) | 205.12º | 0.67% | 0.76% | - |
| XYZ | 20.97 | 23.41 | 53.86 | - |
| YUV | 122.73 | 167.65 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 193 | 0.67 | 0.28 | 0 | 0.24 | 205.12 | 0.51 | 0.5 |
| Hex | 40 | 8B | C1 | 43 | 1C | 0 | 18 | CD | 33 | 32 |
| Octal | 100 | 213 | 301 | 103 | 34 | 0 | 30 | 315 | 63 | 62 |
| Binary | 1000000 | 10001011 | 11000001 | 1000011 | 11100 | 0 | 11000 | 11001101 | 110011 | 110010 |
Color Harmonies of #408BC1
Complementary color
Monochromatic Colors of #408BC1
Black with #408BC1
Text Example
Text Example
White with #408BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BC1; }
p { color: rgb(64,139,193); }
H1.HeaderClassName
{
color: #408BC1;
}
.AnyTagClassName
{
color: #408BC1;
}
</style>
background-color css
<style>
a { background-color: #408BC1; }
a { background-color: rgb(64,139,193); }
div.DivClassName
{
background-color: #408BC1;
}
.BgClassName
{
background-color: #408BC1;
}
</style>
border-color css
<style>
span { border-color: #408BC1; }
span { border-color: rgb(64,139,193); }
td.TdClassName
{
border-color: #408BC1;
}
.TagClassName
{
border-color: #408BC1;
}
</style>