Shades of Curious Blue #3F94BD
Tints of Curious Blue #3F94BD
RGB
CMYK
RGB Variations
Color information
#3F94BD (or 0x3F94BD) is known color: Curious Blue. HEX triplet: 3F, 94 and BD. RGB value is (63,148,189). Sum of RGB (Red+Green+Blue) = 63+148+189=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F94BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F94BD is #C06B42. Grayscale: #7F7F7F. Windows color (decimal): -12610371 or 12424255. OLE color: 12424255.
HSL color Cylindrical-coordinate representation of color #3F94BD: hue angle of 199.52º 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 #3F94BD is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 148 | 189 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.26 |
| HSL | 199.52º | 0.5% | 0.49% | - |
| HSV(B) | 199.52º | 0.67% | 0.74% | - |
| XYZ | 21.83 | 25.91 | 52 | - |
| YUV | 127.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 189 | 0.67 | 0.22 | 0 | 0.26 | 199.52 | 0.5 | 0.49 |
| Hex | 3F | 94 | BD | 43 | 16 | 0 | 1A | C8 | 32 | 31 |
| Octal | 77 | 224 | 275 | 103 | 26 | 0 | 32 | 310 | 62 | 61 |
| Binary | 111111 | 10010100 | 10111101 | 1000011 | 10110 | 0 | 11010 | 11001000 | 110010 | 110001 |
Color Harmonies of #3F94BD
Complementary color
Monochromatic Colors of #3F94BD
Black with #3F94BD
Text Example
Text Example
White with #3F94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F94BD; }
p { color: rgb(63,148,189); }
H1.HeaderClassName
{
color: #3F94BD;
}
.AnyTagClassName
{
color: #3F94BD;
}
</style>
background-color css
<style>
a { background-color: #3F94BD; }
a { background-color: rgb(63,148,189); }
div.DivClassName
{
background-color: #3F94BD;
}
.BgClassName
{
background-color: #3F94BD;
}
</style>
border-color css
<style>
span { border-color: #3F94BD; }
span { border-color: rgb(63,148,189); }
td.TdClassName
{
border-color: #3F94BD;
}
.TagClassName
{
border-color: #3F94BD;
}
</style>