Shades of Curious Blue #408FC3
Tints of Curious Blue #408FC3
RGB
CMYK
RGB Variations
Color information
#408FC3 (or 0x408FC3) is known color: Curious Blue. HEX triplet: 40, 8F and C3. RGB value is (64,143,195). Sum of RGB (Red+Green+Blue) = 64+143+195=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #408FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FC3 is #BF703C. Grayscale: #7D7D7D. Windows color (decimal): -12546109 or 12816192. OLE color: 12816192.
HSL color Cylindrical-coordinate representation of color #408FC3: hue angle of 203.82º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408FC3 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 143 | 195 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.24 |
| HSL | 203.82º | 0.52% | 0.51% | - |
| HSV(B) | 203.82º | 0.67% | 0.76% | - |
| XYZ | 21.79 | 24.68 | 55.24 | - |
| YUV | 125.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 195 | 0.67 | 0.27 | 0 | 0.24 | 203.82 | 0.52 | 0.51 |
| Hex | 40 | 8F | C3 | 43 | 1B | 0 | 18 | CC | 34 | 33 |
| Octal | 100 | 217 | 303 | 103 | 33 | 0 | 30 | 314 | 64 | 63 |
| Binary | 1000000 | 10001111 | 11000011 | 1000011 | 11011 | 0 | 11000 | 11001100 | 110100 | 110011 |
Color Harmonies of #408FC3
Complementary color
Monochromatic Colors of #408FC3
Black with #408FC3
Text Example
Text Example
White with #408FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FC3; }
p { color: rgb(64,143,195); }
H1.HeaderClassName
{
color: #408FC3;
}
.AnyTagClassName
{
color: #408FC3;
}
</style>
background-color css
<style>
a { background-color: #408FC3; }
a { background-color: rgb(64,143,195); }
div.DivClassName
{
background-color: #408FC3;
}
.BgClassName
{
background-color: #408FC3;
}
</style>
border-color css
<style>
span { border-color: #408FC3; }
span { border-color: rgb(64,143,195); }
td.TdClassName
{
border-color: #408FC3;
}
.TagClassName
{
border-color: #408FC3;
}
</style>