Shades of Curious Blue #3F8CBE
Tints of Curious Blue #3F8CBE
RGB
CMYK
RGB Variations
Color information
#3F8CBE (or 0x3F8CBE) is known color: Curious Blue. HEX triplet: 3F, 8C and BE. RGB value is (63,140,190). Sum of RGB (Red+Green+Blue) = 63+140+190=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F8CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8CBE is #C07341. Grayscale: #7A7A7A. Windows color (decimal): -12612418 or 12487743. OLE color: 12487743.
HSL color Cylindrical-coordinate representation of color #3F8CBE: hue angle of 203.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F8CBE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 140 | 190 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.25 |
| HSL | 203.62º | 0.5% | 0.5% | - |
| HSV(B) | 203.62º | 0.67% | 0.75% | - |
| XYZ | 20.72 | 23.53 | 52.16 | - |
| YUV | 122.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 190 | 0.67 | 0.26 | 0 | 0.25 | 203.62 | 0.5 | 0.5 |
| Hex | 3F | 8C | BE | 43 | 1A | 0 | 19 | CC | 32 | 32 |
| Octal | 77 | 214 | 276 | 103 | 32 | 0 | 31 | 314 | 62 | 62 |
| Binary | 111111 | 10001100 | 10111110 | 1000011 | 11010 | 0 | 11001 | 11001100 | 110010 | 110010 |
Color Harmonies of #3F8CBE
Complementary color
Monochromatic Colors of #3F8CBE
Black with #3F8CBE
Text Example
Text Example
White with #3F8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8CBE; }
p { color: rgb(63,140,190); }
H1.HeaderClassName
{
color: #3F8CBE;
}
.AnyTagClassName
{
color: #3F8CBE;
}
</style>
background-color css
<style>
a { background-color: #3F8CBE; }
a { background-color: rgb(63,140,190); }
div.DivClassName
{
background-color: #3F8CBE;
}
.BgClassName
{
background-color: #3F8CBE;
}
</style>
border-color css
<style>
span { border-color: #3F8CBE; }
span { border-color: rgb(63,140,190); }
td.TdClassName
{
border-color: #3F8CBE;
}
.TagClassName
{
border-color: #3F8CBE;
}
</style>