Shades of Curious Blue #3F8FBD
Tints of Curious Blue #3F8FBD
RGB
CMYK
RGB Variations
Color information
#3F8FBD (or 0x3F8FBD) is known color: Curious Blue. HEX triplet: 3F, 8F and BD. RGB value is (63,143,189). Sum of RGB (Red+Green+Blue) = 63+143+189=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F8FBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8FBD is #C07042. Grayscale: #7C7C7C. Windows color (decimal): -12611651 or 12422975. OLE color: 12422975.
HSL color Cylindrical-coordinate representation of color #3F8FBD: hue angle of 201.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8FBD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 143 | 189 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.26 |
| HSL | 201.9º | 0.5% | 0.49% | - |
| HSV(B) | 201.9º | 0.67% | 0.74% | - |
| XYZ | 21.06 | 24.38 | 51.74 | - |
| YUV | 124.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 189 | 0.67 | 0.24 | 0 | 0.26 | 201.9 | 0.5 | 0.49 |
| Hex | 3F | 8F | BD | 43 | 18 | 0 | 1A | CA | 32 | 31 |
| Octal | 77 | 217 | 275 | 103 | 30 | 0 | 32 | 312 | 62 | 61 |
| Binary | 111111 | 10001111 | 10111101 | 1000011 | 11000 | 0 | 11010 | 11001010 | 110010 | 110001 |
Color Harmonies of #3F8FBD
Complementary color
Monochromatic Colors of #3F8FBD
Black with #3F8FBD
Text Example
Text Example
White with #3F8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8FBD; }
p { color: rgb(63,143,189); }
H1.HeaderClassName
{
color: #3F8FBD;
}
.AnyTagClassName
{
color: #3F8FBD;
}
</style>
background-color css
<style>
a { background-color: #3F8FBD; }
a { background-color: rgb(63,143,189); }
div.DivClassName
{
background-color: #3F8FBD;
}
.BgClassName
{
background-color: #3F8FBD;
}
</style>
border-color css
<style>
span { border-color: #3F8FBD; }
span { border-color: rgb(63,143,189); }
td.TdClassName
{
border-color: #3F8FBD;
}
.TagClassName
{
border-color: #3F8FBD;
}
</style>