Shades of Curious Blue #3F92CF
Tints of Curious Blue #3F92CF
RGB
CMYK
RGB Variations
Color information
#3F92CF (or 0x3F92CF) is known color: Curious Blue. HEX triplet: 3F, 92 and CF. RGB value is (63,146,207). Sum of RGB (Red+Green+Blue) = 63+146+207=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F92CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F92CF is #C06D30. Grayscale: #7F7F7F. Windows color (decimal): -12610865 or 13603391. OLE color: 13603391.
HSL color Cylindrical-coordinate representation of color #3F92CF: hue angle of 205.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F92CF is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 146 | 207 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.19 |
| HSL | 205.42º | 0.6% | 0.53% | - |
| HSV(B) | 205.42º | 0.7% | 0.81% | - |
| XYZ | 23.59 | 26.12 | 62.83 | - |
| YUV | 128.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 207 | 0.70 | 0.29 | 0 | 0.19 | 205.42 | 0.6 | 0.53 |
| Hex | 3F | 92 | CF | 46 | 1D | 0 | 13 | CD | 3C | 35 |
| Octal | 77 | 222 | 317 | 106 | 35 | 0 | 23 | 315 | 74 | 65 |
| Binary | 111111 | 10010010 | 11001111 | 1000110 | 11101 | 0 | 10011 | 11001101 | 111100 | 110101 |
Color Harmonies of #3F92CF
Complementary color
Monochromatic Colors of #3F92CF
Black with #3F92CF
Text Example
Text Example
White with #3F92CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F92CF; }
p { color: rgb(63,146,207); }
H1.HeaderClassName
{
color: #3F92CF;
}
.AnyTagClassName
{
color: #3F92CF;
}
</style>
background-color css
<style>
a { background-color: #3F92CF; }
a { background-color: rgb(63,146,207); }
div.DivClassName
{
background-color: #3F92CF;
}
.BgClassName
{
background-color: #3F92CF;
}
</style>
border-color css
<style>
span { border-color: #3F92CF; }
span { border-color: rgb(63,146,207); }
td.TdClassName
{
border-color: #3F92CF;
}
.TagClassName
{
border-color: #3F92CF;
}
</style>