Shades of Curious Blue #408AC1
Tints of Curious Blue #408AC1
RGB
CMYK
RGB Variations
Color information
#408AC1 (or 0x408AC1) is known color: Curious Blue. HEX triplet: 40, 8A and C1. RGB value is (64,138,193). Sum of RGB (Red+Green+Blue) = 64+138+193=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #408AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AC1 is #BF753E. Grayscale: #797979. Windows color (decimal): -12547391 or 12683840. OLE color: 12683840.
HSL color Cylindrical-coordinate representation of color #408AC1: hue angle of 205.58º 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 #408AC1 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 138 | 193 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.24 |
| HSL | 205.58º | 0.51% | 0.5% | - |
| HSV(B) | 205.58º | 0.67% | 0.76% | - |
| XYZ | 20.83 | 23.12 | 53.82 | - |
| YUV | 122.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 193 | 0.67 | 0.28 | 0 | 0.24 | 205.58 | 0.51 | 0.5 |
| Hex | 40 | 8A | C1 | 43 | 1C | 0 | 18 | CE | 33 | 32 |
| Octal | 100 | 212 | 301 | 103 | 34 | 0 | 30 | 316 | 63 | 62 |
| Binary | 1000000 | 10001010 | 11000001 | 1000011 | 11100 | 0 | 11000 | 11001110 | 110011 | 110010 |
Color Harmonies of #408AC1
Complementary color
Monochromatic Colors of #408AC1
Black with #408AC1
Text Example
Text Example
White with #408AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AC1; }
p { color: rgb(64,138,193); }
H1.HeaderClassName
{
color: #408AC1;
}
.AnyTagClassName
{
color: #408AC1;
}
</style>
background-color css
<style>
a { background-color: #408AC1; }
a { background-color: rgb(64,138,193); }
div.DivClassName
{
background-color: #408AC1;
}
.BgClassName
{
background-color: #408AC1;
}
</style>
border-color css
<style>
span { border-color: #408AC1; }
span { border-color: rgb(64,138,193); }
td.TdClassName
{
border-color: #408AC1;
}
.TagClassName
{
border-color: #408AC1;
}
</style>