Shades of Curious Blue #3F8ABC
Tints of Curious Blue #3F8ABC
RGB
CMYK
RGB Variations
Color information
#3F8ABC (or 0x3F8ABC) is known color: Curious Blue. HEX triplet: 3F, 8A and BC. RGB value is (63,138,188). Sum of RGB (Red+Green+Blue) = 63+138+188=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ABC is #C07543. Grayscale: #797979. Windows color (decimal): -12612932 or 12356159. OLE color: 12356159.
HSL color Cylindrical-coordinate representation of color #3F8ABC: hue angle of 204º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F8ABC is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 138 | 188 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.26 |
| HSL | 204º | 0.5% | 0.49% | - |
| HSV(B) | 204º | 0.66% | 0.74% | - |
| XYZ | 20.22 | 22.86 | 50.92 | - |
| YUV | 121.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 188 | 0.66 | 0.27 | 0 | 0.26 | 204 | 0.5 | 0.49 |
| Hex | 3F | 8A | BC | 42 | 1B | 0 | 1A | CC | 32 | 31 |
| Octal | 77 | 212 | 274 | 102 | 33 | 0 | 32 | 314 | 62 | 61 |
| Binary | 111111 | 10001010 | 10111100 | 1000010 | 11011 | 0 | 11010 | 11001100 | 110010 | 110001 |
Color Harmonies of #3F8ABC
Complementary color
Monochromatic Colors of #3F8ABC
Black with #3F8ABC
Text Example
Text Example
White with #3F8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8ABC; }
p { color: rgb(63,138,188); }
H1.HeaderClassName
{
color: #3F8ABC;
}
.AnyTagClassName
{
color: #3F8ABC;
}
</style>
background-color css
<style>
a { background-color: #3F8ABC; }
a { background-color: rgb(63,138,188); }
div.DivClassName
{
background-color: #3F8ABC;
}
.BgClassName
{
background-color: #3F8ABC;
}
</style>
border-color css
<style>
span { border-color: #3F8ABC; }
span { border-color: rgb(63,138,188); }
td.TdClassName
{
border-color: #3F8ABC;
}
.TagClassName
{
border-color: #3F8ABC;
}
</style>