Shades of Curious Blue #3F8ACD
Tints of Curious Blue #3F8ACD
RGB
CMYK
RGB Variations
Color information
#3F8ACD (or 0x3F8ACD) is known color: Curious Blue. HEX triplet: 3F, 8A and CD. RGB value is (63,138,205). Sum of RGB (Red+Green+Blue) = 63+138+205=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ACD is #C07532. Grayscale: #7A7A7A. Windows color (decimal): -12612915 or 13470271. OLE color: 13470271.
HSL color Cylindrical-coordinate representation of color #3F8ACD: hue angle of 208.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F8ACD is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 138 | 205 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.20 |
| HSL | 208.31º | 0.59% | 0.53% | - |
| HSV(B) | 208.31º | 0.69% | 0.8% | - |
| XYZ | 22.16 | 23.64 | 61.15 | - |
| YUV | 123.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 205 | 0.69 | 0.33 | 0 | 0.20 | 208.31 | 0.59 | 0.53 |
| Hex | 3F | 8A | CD | 45 | 21 | 0 | 14 | D0 | 3B | 35 |
| Octal | 77 | 212 | 315 | 105 | 41 | 0 | 24 | 320 | 73 | 65 |
| Binary | 111111 | 10001010 | 11001101 | 1000101 | 100001 | 0 | 10100 | 11010000 | 111011 | 110101 |
Color Harmonies of #3F8ACD
Complementary color
Monochromatic Colors of #3F8ACD
Black with #3F8ACD
Text Example
Text Example
White with #3F8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8ACD; }
p { color: rgb(63,138,205); }
H1.HeaderClassName
{
color: #3F8ACD;
}
.AnyTagClassName
{
color: #3F8ACD;
}
</style>
background-color css
<style>
a { background-color: #3F8ACD; }
a { background-color: rgb(63,138,205); }
div.DivClassName
{
background-color: #3F8ACD;
}
.BgClassName
{
background-color: #3F8ACD;
}
</style>
border-color css
<style>
span { border-color: #3F8ACD; }
span { border-color: rgb(63,138,205); }
td.TdClassName
{
border-color: #3F8ACD;
}
.TagClassName
{
border-color: #3F8ACD;
}
</style>